[anjuta/gsettings-migration: 63/65] terminal: Fixed GSettings issue
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gsettings-migration: 63/65] terminal: Fixed GSettings issue
- Date: Sun, 17 Oct 2010 09:38:03 +0000 (UTC)
commit 3d2103b75032dcb5ee6bd929b34d2cf11926cef5
Author: Johannes Schmid <jhs gnome org>
Date: Sat Oct 16 22:29:32 2010 +0200
terminal: Fixed GSettings issue
plugins/terminal/terminal.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/plugins/terminal/terminal.c b/plugins/terminal/terminal.c
index 57d4d3e..2bba54b 100644
--- a/plugins/terminal/terminal.c
+++ b/plugins/terminal/terminal.c
@@ -980,8 +980,10 @@ ipreferences_merge(IAnjutaPreferences* ipref, AnjutaPreferences* prefs, GError**
"Terminal", _("Terminal"), ICON_FILE);
term_plugin->pref_profile_combo = GTK_WIDGET (gtk_builder_get_object (bxml, "profile_list_combo"));
- term_plugin->pref_default_button = GTK_WIDGET (gtk_builder_get_object (bxml, "preferences_toggle:bool:1:0:terminal.default.profile"));
+ term_plugin->pref_default_button = GTK_WIDGET (gtk_builder_get_object (bxml, "preferences_toggle:bool:1:0:terminal-default-profile"));
+#if 0
+ /* FIXME: Update to GSettings */
/* Update the currently available list of terminal profiles */
client = gconf_client_get_default ();
profiles = gconf_client_get_list (client, GCONF_PROFILE_LIST,
@@ -1009,6 +1011,7 @@ ipreferences_merge(IAnjutaPreferences* ipref, AnjutaPreferences* prefs, GError**
g_string_free (default_value, TRUE);
}
else
+#endif
{
/* No profile, perhaps GNOME Terminal is not installed,
* Remove selection */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]