Use the correct key to register the callback
2002-01-14 Bradford Hovinen <hovinen@ximian.com> * gnome-settings-background.c (gnome_settings_background_init): Use the correct key to register the callback
This commit is contained in:
parent
09974bbcd7
commit
d51ca9a691
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* gnome-settings-background.c (gnome_settings_background_init):
|
||||
Use the correct key to register the callback
|
||||
|
||||
Wed Jan 9 21:22:30 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gnome-settings-keyboard.c (filter): weee! locate_cursor works
|
||||
|
|
|
@ -54,7 +54,7 @@ gnome_settings_background_init (GConfClient *client)
|
|||
prefs = BG_PREFERENCES (bg_preferences_new ());
|
||||
bg_preferences_load (prefs);
|
||||
|
||||
gnome_settings_daemon_register_callback ("/desktop/gnome/peripherals/keyboard", background_callback);
|
||||
gnome_settings_daemon_register_callback ("/desktop/gnome/background", background_callback);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue