[nautilus] Use the right GConf key for the disable_tabs setting (#580220).



commit 370ebf572e4e8d401f65fa7b575899e82fc9dfa7
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Oct 7 15:59:42 2009 +0200

    Use the right GConf key for the disable_tabs setting (#580220).

 libnautilus-private/nautilus-global-preferences.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/nautilus-global-preferences.h b/libnautilus-private/nautilus-global-preferences.h
index 2213843..d9f18be 100644
--- a/libnautilus-private/nautilus-global-preferences.h
+++ b/libnautilus-private/nautilus-global-preferences.h
@@ -106,7 +106,7 @@ typedef enum
 
 /* Spatial or browser mode */
 #define NAUTILUS_PREFERENCES_ALWAYS_USE_BROWSER       		"preferences/always_use_browser"
-#define NAUTILUS_PREFERENCES_ENABLE_TABS       			"preferences/tabs_enable"
+#define NAUTILUS_PREFERENCES_ENABLE_TABS       			"/desktop/gnome/file_views/tabs_enable"
 #define NAUTILUS_PREFERENCES_NEW_TAB_POSITION       		"preferences/tabs_open_position"
 
 /* Which views should be displayed for new windows */



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