Preload the directory rather than nothing when adding directories for

2005-01-08  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-capplet.c (wallpaper_properties_init): Preload the directory
	rather than nothing when adding directories for gconf notification
This commit is contained in:
Rodney Dawes 2005-01-09 04:15:56 +00:00 committed by Rodney Dawes
parent bdd4d0142e
commit b27b907b32
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-01-08 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_init): Preload the directory
rather than nothing when adding directories for gconf notification
2005-01-08 Rodney Dawes <dobey@novell.com>
* background.desktop.in.in: Add %F to Exec command line

View file

@ -931,9 +931,9 @@ static void wallpaper_properties_init (poptContext ctx) {
WP_DELAY_KEY,
NULL);
gconf_client_add_dir (capplet->client, WP_KEYBOARD_PATH,
GCONF_CLIENT_PRELOAD_NONE, NULL);
GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
gconf_client_add_dir (capplet->client, WP_PATH_KEY,
GCONF_CLIENT_PRELOAD_NONE, NULL);
GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
gconf_client_notify_add (capplet->client,
WP_DELAY_KEY,