[anjuta/gsettings-migration: 13/65] class-gen: Fixed preference names to match with GSettings rules
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gsettings-migration: 13/65] class-gen: Fixed preference names to match with GSettings rules
- Date: Sun, 17 Oct 2010 09:33:51 +0000 (UTC)
commit 754b07877849f66461ce9fddf9bcae10d36ac881
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]