Enable code to load settings; call gnome_settings_background_load too
2002-01-14 Bradford Hovinen <hovinen@ximian.com> * gnome-settings-daemon.c (main): Enable code to load settings; call gnome_settings_background_load too
This commit is contained in:
parent
d51ca9a691
commit
f0e642c930
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* gnome-settings-daemon.c (main): Enable code to load settings;
|
||||
call gnome_settings_background_load too
|
||||
|
||||
* gnome-settings-background.c (gnome_settings_background_init):
|
||||
Use the correct key to register the callback
|
||||
|
||||
|
|
|
@ -192,12 +192,12 @@ main (int argc, char **argv)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
gdk_window_add_filter (NULL, manager_event_filter, NULL);
|
||||
gnome_settings_xsettings_load (client);
|
||||
gnome_settings_mouse_load (client);
|
||||
gnome_settings_sound_load (client);
|
||||
#endif
|
||||
gnome_settings_background_load (client);
|
||||
|
||||
if (!terminated)
|
||||
gtk_main ();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue