[gnumeric] GUI: Fix detachable toolbars.



commit 2ca7947f6860627c434afdba366a5e50e706bf4b
Author: Morten Welinder <terra gnome org>
Date:   Wed Mar 27 19:27:38 2013 -0400

    GUI: Fix detachable toolbars.
    
    We didn't read the right key, so they were never on.

 ChangeLog           |    5 +++++
 NEWS                |    1 +
 src/gnumeric-conf.c |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2550022..a548e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-27  Morten Welinder  <terra gnome org>
+
+       * src/gnumeric-conf.c (gnm_conf_get_detachable_toolbars): Fix the
+       key we look up.  When did that change?
+
 2013-03-27  Jean Brefort  <jean brefort normalesup org>
 
        * src/sheet-object-widget.c (sheet_widget_list_create_widget): remove the
diff --git a/NEWS b/NEWS
index 1f211f5..0c3a687 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Morten:
        * Plug leaks.
        * Introspection improvements.
        * Fix drawing of the select-all button.
+       * Fix getting the detachable-toolbars setting.
 
 --------------------------------------------------------------------------
 Gnumeric 1.12.1
diff --git a/src/gnumeric-conf.c b/src/gnumeric-conf.c
index 7822939..052270c 100644
--- a/src/gnumeric-conf.c
+++ b/src/gnumeric-conf.c
@@ -683,7 +683,7 @@ gnm_conf_get_detachable_toolbars (void)
 #else
        return go_conf_get_bool
                (NULL,
-                "/desktop/gnome/interface/toolbar_detachable");
+                "/desktop/interface/toolbar_detachable");
 #endif
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]