GNOME Bugzilla – Bug 338525
Add icons to Recently Used Filters menu
Last modified: 2006-10-29 22:04:20 UTC
The new Recently Used Filters menu doesn't display the (optional) icons that can be put in front of a filter. Not many filters do this right now, but the Recently Used Filters menu should display the same icon, if they do.
Indeed. The actions for the menu items would have to be GimpPlugInActions then, they are GimpEnumActions now.
I am not even sure that icons make sense there. Lowering priority and severity. IMO this is not even worth to be kept as a bug-report.
In any case this is not critical for 2.4, so I am bumping to Future.
Did this useless change anyway. The menu items did already show icons, just not all sorts of possible plug-in icons. 2006-10-29 Michael Natterer <mitch@gimp.org> * app/actions/plug-in-actions.c: use GimpPlugInActions instead of GimpEnumActions so the menu items show any kind of icons (not only stock-id icons). Now if any plug-in that shows up in the history registered non-stock-id icons, this change would be actually useful ;) Fixes bug #338525. * app/actions/plug-in-commands.[ch] (plug_in_history_cmd_callback): new callback for the history, much simpler than plug_in_repeat_cmd_callback().