GNOME Bugzilla – Bug 741969
GTK_STOCK_COPY
Last modified: 2015-03-05 21:10:23 UTC
GTK_STOCK_COPY etc. are deprecated with Deprecated: 3.10: Do not use an icon. Use label "_Copy". The "Do not use an icon" part does not seem right. You really cannot have a toolbar full of icons and just have a hole where copy/paste/cut resides. Suggestion: point at edit-copy, etc.
Created attachment 293359 [details] [review] Point to copy/cut/delete named icons in the stock item deprecations We still use symbolic icons for Copy, Cut, and Delete operations inside toolbars and some menus, so it's worth pointing to the symbolic icon names in the deprecation notices.
Attachment 293359 [details] pushed as 79f806f - Point to copy/cut/delete named icons in the stock item deprecations
The patch recommends "edit-cut" as replacement for both GTK_STOCK_CUT and GTK_STOCK_DELETE. Shouldn't GTK_STOCK_DELETE be replaced by "edit-delete"? What about paste? If you recommend icons for copy and cut, shouldn't you recommend the "edit-paste" icon as replacement for GTK_STOCK_PASTE?
I've fixed that up, thanks