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 148731 - Cancelled plug-in can be repeated
Cancelled plug-in can be repeated
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.0.x
Other All
: Normal minor
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-07-28 21:46 UTC by Nathan Summers
Modified: 2004-07-30 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nathan Summers 2004-07-28 21:46:23 UTC
Start the IfsCompose plugin in 2.0.  Cancel it.  The filters menu will still
allow you to "Repeat IfsCompose," even though you didn't do it in the first place.
Comment 1 weskaggs 2004-07-28 23:59:02 UTC
Happens for every plugin, in fact.  Not so easy to fix.  The right way to go at
this is probably to maintain a list of the N most recently used plugins, not
just the last one.
Comment 2 Sven Neumann 2004-07-29 08:53:23 UTC
I cannot reproduce this "problem", not with IfsCompose nor with any other filter.

Bill, what exactly are you trying to fix by keeping a list of recently used
plug-ins?
Comment 3 Sven Neumann 2004-07-29 08:55:36 UTC
Ah, the problem is in 2.0 only and probably not worth fixing there. Closing this
report as FIXED.
Comment 4 weskaggs 2004-07-29 16:23:49 UTC
What I had in mind (and didn't communicate very well) is that I have often used
a plug-in, and then applied something else that is implemented as a plug-in
(such as "normalize"), and wished that I could get back to the first plug-in
without having to find it in the Filters menu again.  But this would not be
trivial to implement, mainly because it is not obvious how the UI would work.
Comment 5 Dave Neary 2004-07-30 09:49:12 UTC
The UI would work like the recent files menu. You would have 

Reshow last plug-in
Rerun last plug-in
Rerun -> _1 Gaussian blur
         _2 Plasma
         _3 Edge detect
         _4 Bump map

The implementation would be the tricky part. I guess we would borrow code from
the recent files section, and plug it into the PDB code.

This should be moved to a separate enhancement request, though, since it has
next to nothing to do with the original bug report, which is fixed.
Comment 6 Dave Neary 2004-07-30 09:53:46 UTC
Created separate enhancement request in bug #148855.