disable some debug spew. (set_gconf_from_server) : ditto.
2002-05-22 Jody Goldberg <jody@gnome.org> * gnome-settings-accessibility-keyboard.c (set_server_from_gconf) : disable some debug spew. (set_gconf_from_server) : ditto.
This commit is contained in:
parent
6852ac0eb3
commit
8c6844c7bb
2 changed files with 10 additions and 0 deletions
|
@ -238,8 +238,10 @@ set_server_from_gconf (GConfEntry *ignored)
|
|||
gconf_client_get_bool (client, CONFIG_ROOT "/togglekeys_enable", NULL),
|
||||
desc->ctrls->ax_options, XkbAX_IndicatorFBMask);
|
||||
|
||||
/*
|
||||
fprintf (stderr, "CHANGE to : 0x%x\n", desc->ctrls->enabled_ctrls);
|
||||
fprintf (stderr, "CHANGE to : 0x%x (2)\n", desc->ctrls->ax_options);
|
||||
*/
|
||||
/* guard against reloading gconf when the X server notices that the XKB
|
||||
* state has changed and calls us.
|
||||
*/
|
||||
|
@ -275,8 +277,10 @@ set_gconf_from_server (GConfEntry *ignored)
|
|||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
fprintf (stderr, "changed to : 0x%x\n", desc->ctrls->enabled_ctrls);
|
||||
fprintf (stderr, "changed to : 0x%x (2)\n", desc->ctrls->ax_options);
|
||||
*/
|
||||
|
||||
/* guard against reloading the server when gconf notices that the state
|
||||
* has changed and calls us.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue