GNOME Bugzilla – Bug 317435
Existing Palettes dockable is not raised by dialogs->palettes
Last modified: 2005-09-28 21:14:24 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.
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?
2.2, even...
..yes, same here.
I fixed this in 2.2 but then cvs broke down :) will commit to HEAD and close the bug when cvs is back.
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.