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:
Pasupathi Duraisamy 2002-11-13 07:08:13 +00:00 committed by Pasupathi Duraisamy
parent 989ce24ec2
commit 9e1e421396
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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);