Change type of right-to-left to ulong

2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties.xml: Change type of right-to-left to ulong

	* mouse-properties-capplet.c (apply_settings): Use get_ulong
	rather than get_boolean
This commit is contained in:
Bradford Hovinen 2001-07-27 17:06:01 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 33b3809115
commit 09de3e80a5
4 changed files with 8 additions and 3 deletions

View file

@ -57,7 +57,7 @@ apply_settings (Bonobo_ConfigDatabase db)
ulong accel, threshold;
gboolean rtol;
rtol = bonobo_config_get_boolean (db, "/main/right-to-left", NULL);
rtol = bonobo_config_get_ulong (db, "/main/right-to-left", NULL);
nbuttons = XGetPointerMapping (GDK_DISPLAY (), buttons, MAX_BUTTONS);
max = MIN (nbuttons, 3);