[anjuta/gsettings-migration: 28/65] terminal: Fixed preference names to match GSettings rules



commit 47db7c34c8bc46b3cb99dbcd55259d1fe0b82983
Author: Johannes Schmid <jhs gnome org>
Date:   Thu Sep 30 22:15:33 2010 +0200

    terminal: Fixed preference names to match GSettings rules

 plugins/terminal/anjuta-terminal-plugin.ui |    2 +-
 plugins/terminal/terminal.c                |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/terminal/anjuta-terminal-plugin.ui b/plugins/terminal/anjuta-terminal-plugin.ui
index addd619..3299a81 100644
--- a/plugins/terminal/anjuta-terminal-plugin.ui
+++ b/plugins/terminal/anjuta-terminal-plugin.ui
@@ -48,7 +48,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkCheckButton" id="preferences_toggle:bool:1:0:terminal.default.profile">
+              <object class="GtkCheckButton" id="preferences_toggle:bool:1:0:terminal-default-profile">
                 <property name="label" translatable="yes">Use currently selected profile in GNOME terminal</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
diff --git a/plugins/terminal/terminal.c b/plugins/terminal/terminal.c
index 5e18bdc..051454c 100644
--- a/plugins/terminal/terminal.c
+++ b/plugins/terminal/terminal.c
@@ -58,8 +58,8 @@
 #define GCONF_LOGIN_SHELL         "login_shell"
 #define GCONF_UPDATE_RECORDS      "update_records"
 
-#define PREFS_TERMINAL_PROFILE_USE_DEFAULT    "terminal.default.profile"
-#define PREFS_TERMINAL_PROFILE                "terminal.profile"
+#define PREFS_TERMINAL_PROFILE_USE_DEFAULT    "terminal-default-profile"
+#define PREFS_TERMINAL_PROFILE                "terminal-profile"
 
 #include <gconf/gconf-client.h>
 #include <vte/vte.h>



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