GNOME Bugzilla – Bug 590638
Changing palettes from list to grid view loses "locked to dock" status
Last modified: 2009-08-03 20:16:15 UTC
Please describe the problem: Changing the view mode of the brushes, patterns or other palette from list to grid or vice versa causes it to become unlocked from its dock. Steps to reproduce: 1. From any palette menu, select "Lock to dock". 2. Open palette menu again and make certain "Locked to Dock" is checked. 3. From the palette menu, change from "View as Grid" to "View as List" or vice versa. 4. From the palette menu, check "Locked to dock" status. It has become unchecked. Actual results: Palettes lose lock status unexpectedly. Expected results: Palettes should remain locked unless user explicitly unlocks it. Does this happen every time? Happens every time. Other information:
Indeed, let's try to fix this for 2.6
commit 8ad7ee67e67f694d8efd8fd0eab882eafa7363ff Author: Sven Neumann <sven@gimp.org> Date: Mon Aug 3 22:14:49 2009 +0200 Bug 590638 – Changing palettes from list to grid view loses "locked to dock" Transfer the 'locked' state to the newly created dockable in dockable_toggle_view_cmd_callback(). app/actions/dockable-commands.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)