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 317435 - Existing Palettes dockable is not raised by dialogs->palettes
Existing Palettes dockable is not raised by dialogs->palettes
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-28 14:05 UTC by david gowers
Modified: 2005-09-28 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description david gowers 2005-09-28 14:05:00 UTC
* add a 'palettes' dockable to the toolbox dock (or any other dock)
* open an image
* use the menu item 'Dialogs->palettes'
* the existing dockable is not raised; instead a new palettes dockable is created.
Comment 1 Michael Natterer 2005-09-28 14:58:28 UTC
I can reproduce this, but only if the first palette dockable was
switched to grid mode. We fail to match on list|grid here.
Is this the case?
Comment 2 Michael Natterer 2005-09-28 15:00:41 UTC
2.2, even...
Comment 3 david gowers 2005-09-28 16:53:05 UTC
..yes, same here.
Comment 4 Michael Natterer 2005-09-28 17:07:59 UTC
I fixed this in 2.2 but then cvs broke down :) will commit to HEAD
and close the bug when cvs is back.
Comment 5 Michael Natterer 2005-09-28 21:14:24 UTC
Fixed in both branches now:

2005-09-28  Michael Natterer  <mitch@gimp.org>

	* app/actions/dialogs-actions.c (dialogs_dockable_actions): fixed
	action parameter to match both the palette list and grid.
	Fixes bug #317435.