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:
Jody Goldberg 2002-05-22 21:08:19 +00:00 committed by Jody Goldberg
parent 6852ac0eb3
commit 8c6844c7bb
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
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.
2002-05-22 jacob berkman <jacob@ximian.com> 2002-05-22 jacob berkman <jacob@ximian.com>
* gnome-settings-font.c (load_cursor): run the mkfontdir command * gnome-settings-font.c (load_cursor): run the mkfontdir command

View file

@ -238,8 +238,10 @@ set_server_from_gconf (GConfEntry *ignored)
gconf_client_get_bool (client, CONFIG_ROOT "/togglekeys_enable", NULL), gconf_client_get_bool (client, CONFIG_ROOT "/togglekeys_enable", NULL),
desc->ctrls->ax_options, XkbAX_IndicatorFBMask); desc->ctrls->ax_options, XkbAX_IndicatorFBMask);
/*
fprintf (stderr, "CHANGE to : 0x%x\n", desc->ctrls->enabled_ctrls); fprintf (stderr, "CHANGE to : 0x%x\n", desc->ctrls->enabled_ctrls);
fprintf (stderr, "CHANGE to : 0x%x (2)\n", desc->ctrls->ax_options); fprintf (stderr, "CHANGE to : 0x%x (2)\n", desc->ctrls->ax_options);
*/
/* guard against reloading gconf when the X server notices that the XKB /* guard against reloading gconf when the X server notices that the XKB
* state has changed and calls us. * state has changed and calls us.
*/ */
@ -275,8 +277,10 @@ set_gconf_from_server (GConfEntry *ignored)
return; return;
} }
/*
fprintf (stderr, "changed to : 0x%x\n", desc->ctrls->enabled_ctrls); fprintf (stderr, "changed to : 0x%x\n", desc->ctrls->enabled_ctrls);
fprintf (stderr, "changed to : 0x%x (2)\n", desc->ctrls->ax_options); fprintf (stderr, "changed to : 0x%x (2)\n", desc->ctrls->ax_options);
*/
/* guard against reloading the server when gconf notices that the state /* guard against reloading the server when gconf notices that the state
* has changed and calls us. * has changed and calls us.