After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338525 - Add icons to Recently Used Filters menu
Add icons to Recently Used Filters menu
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Low enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-04-14 19:45 UTC by Maurits Rijk
Modified: 2006-10-29 22:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maurits Rijk 2006-04-14 19:45:14 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.
Comment 1 Michael Natterer 2006-04-15 14:49:49 UTC
Indeed. The actions for the menu items would have to be
GimpPlugInActions then, they are GimpEnumActions now.
Comment 2 Sven Neumann 2006-04-18 07:26:37 UTC
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.
Comment 3 weskaggs 2006-05-21 22:06:22 UTC
In any case this is not critical for 2.4, so I am bumping to Future.
Comment 4 Michael Natterer 2006-10-29 22:04:20 UTC
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().