mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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
This commit is contained in:
parent
f31c57a049
commit
a8347dfd2f
@ -1,3 +1,9 @@
|
|||||||
|
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
|
||||||
|
|
||||||
2005-01-25 Elijah Newren <newren@gmail.com>
|
2005-01-25 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
Refuse to focus a window with a modal transient, and focus the
|
Refuse to focus a window with a modal transient, and focus the
|
||||||
|
@ -310,6 +310,11 @@ meta_prefs_init (void)
|
|||||||
&err);
|
&err);
|
||||||
cleanup_error (&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,
|
str_val = gconf_client_get_string (default_client, KEY_MOUSE_BUTTON_MODS,
|
||||||
&err);
|
&err);
|
||||||
cleanup_error (&err);
|
cleanup_error (&err);
|
||||||
|
Loading…
Reference in New Issue
Block a user