Added the "desktop_font" key directory to the list of directories
2002-11-13 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com> * main.c: Added the "desktop_font" key directory to the list of directories GConfClient will watch for changes. Fixes Bug #94766.
This commit is contained in:
parent
989ce24ec2
commit
9e1e421396
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-11-13 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>
|
||||
|
||||
* main.c: Added the "desktop_font" key directory to the list
|
||||
of directories GConfClient will watch for changes.
|
||||
Fixes Bug #94766.
|
||||
|
||||
2002-11-02 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Release 2.1.2
|
||||
|
|
|
@ -437,6 +437,7 @@ setup_dialog (GladeXML *dialog)
|
|||
client = gconf_client_get_default ();
|
||||
|
||||
gconf_client_add_dir (client, "/desktop/gnome/interface", GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
|
||||
gconf_client_add_dir (client, "/apps/nautilus/preferences", GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
|
||||
gconf_client_add_dir (client, METACITY_DIR, GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
|
||||
#ifdef HAVE_XFT2
|
||||
gconf_client_add_dir (client, FONT_RENDER_DIR, GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue