[anjuta/gsettings-migration: 14/31] class-gen: Fixed preference names to match with GSettings rules



commit cf05dbda01d62623d41d1ae7fce8e3dd4d4001c5
Author: Johannes Schmid <jhs gnome org>
Date:   Thu Sep 30 22:09:56 2010 +0200

    class-gen: Fixed preference names to match with GSettings rules

 plugins/class-gen/plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/class-gen/plugin.c b/plugins/class-gen/plugin.c
index 35509c8..3073b34 100644
--- a/plugins/class-gen/plugin.c
+++ b/plugins/class-gen/plugin.c
@@ -456,9 +456,9 @@ iwizard_activate (IAnjutaWizard *wiz, G_GNUC_UNUSED GError **err)
 	cg_plugin->window = cg_window_new ();
 
 	user_name = anjuta_preferences_get (cg_plugin->prefs,
-	                                    "anjuta.user.name");
+	                                    "user-name");
 	user_email = anjuta_preferences_get (cg_plugin->prefs,
-	                                     "anjuta.user.email");
+	                                     "user-email");
 	
 	if (user_name != NULL)
 		cg_window_set_author (cg_plugin->window, user_name);



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