register the gconf handler early.
2002-10-31 Jody Goldberg <jody@gnome.org> * gnome-settings-accessibility-keyboard.c (gnome_settings_accessibility_keyboard_init) : register the gconf handler early. (gnome_settings_accessibility_keyboard_load) : not here where it is too late.
This commit is contained in:
parent
ac007654f9
commit
ce78d4d670
2 changed files with 15 additions and 5 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2002-10-31 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
|
* gnome-settings-accessibility-keyboard.c
|
||||||
|
(gnome_settings_accessibility_keyboard_init) : register the gconf
|
||||||
|
handler early.
|
||||||
|
(gnome_settings_accessibility_keyboard_load) : not here where it is
|
||||||
|
too late.
|
||||||
|
|
||||||
2002-10-26 Havoc Pennington <hp@pobox.com>
|
2002-10-26 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* gnome-settings-wm.c, gnome-settings-wm.h: blow this away
|
* gnome-settings-wm.c, gnome-settings-wm.h: blow this away
|
||||||
|
|
|
@ -410,10 +410,14 @@ gnome_settings_accessibility_keyboard_load (GConfClient *client)
|
||||||
gdk_error_trap_pop ();
|
gdk_error_trap_pop ();
|
||||||
|
|
||||||
gdk_window_add_filter (NULL, &cb_xkb_event_filter, NULL);
|
gdk_window_add_filter (NULL, &cb_xkb_event_filter, NULL);
|
||||||
|
|
||||||
gnome_settings_daemon_register_callback (CONFIG_ROOT, &set_server_from_gconf);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void
|
||||||
|
gnome_settings_accessibility_keyboard_init (GConfClient *client)
|
||||||
|
{
|
||||||
|
gnome_settings_daemon_register_callback (CONFIG_ROOT, &set_server_from_gconf);
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -421,10 +425,8 @@ gnome_settings_accessibility_keyboard_load (GConfClient *client)
|
||||||
{
|
{
|
||||||
g_warning ("Unsupported in this build");
|
g_warning ("Unsupported in this build");
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
gnome_settings_accessibility_keyboard_init (GConfClient *client)
|
gnome_settings_accessibility_keyboard_init (GConfClient *client)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue