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 678043 - Single Window Mode does not remember hide docks option
Single Window Mode does not remember hide docks option
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.8.0
Other All
: Normal normal
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2012-06-13 16:44 UTC by Marco Ciampa
Modified: 2013-11-21 22:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marco Ciampa 2012-06-13 16:44:58 UTC
If the hide docks option is enabled (Main Window->Windows->Hide docks) the GIMP remember this setting only if started in Multi Windows Mode.
Comment 1 Michael Natterer 2013-11-21 22:05:00 UTC
Fixed in master and gimp-2-8:

commit 34cef1f37255d1d23a72d8c63a1ba72b0a7d2721
Author: Michael Natterer <mitch@gimp.org>
Date:   Thu Nov 21 23:00:44 2013 +0100

    Bug 678043 - Single Window Mode does not remember hide docks option
    
    If docks are hidden and single-window-mode is active, emit
    "notify::hide-docks" manually on gimp->config in session_restore() so
    GimpImageWindow syncs its state at the right time.
    
    (cherry picked from commit 07e6dc12707a0b6aa46f776fb71491cc4c767962)

 app/gui/session.c | 9 +++++++++
 1 file changed, 9 insertions(+)