summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorBalamurali Viswanathan <balamurali.viswanathan@wipro.com>2005-01-25 18:02:39 +0000
committerElijah Newren <newren@src.gnome.org>2005-01-25 18:02:39 +0000
commita8347dfd2f0f347e56f6c7b37f9a8f167288e652 (patch)
treea215b681922cdf5f87db43302c22efb376a50992 /src/prefs.c
parentf31c57a04992dbec8aff86e63d4fa2a51dd3bac4 (diff)
downloadmetacity-a8347dfd2f0f347e56f6c7b37f9a8f167288e652.tar.gz
Get gconf to load the terminal dir so that we get the notifications when
2005-01-25 Balamurali Viswanathan <balamurali.viswanathan@wipro.com> * src/prefs.c (meta_prefs_init): Get gconf to load the terminal dir so that we get the notifications when the command is changed. Fixes bug #160934
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 655ba1ee..aa88f37b 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -310,6 +310,11 @@ meta_prefs_init (void)
&err);
cleanup_error (&err);
+ gconf_client_add_dir (default_client, "/desktop/gnome/applications/terminal",
+ GCONF_CLIENT_PRELOAD_RECURSIVE,
+ &err);
+ cleanup_error (&err);
+
str_val = gconf_client_get_string (default_client, KEY_MOUSE_BUTTON_MODS,
&err);
cleanup_error (&err);