Author: stephan
Date: 2008-06-14 22:51:38 +0000 (Sat, 14 Jun 2008)
New Revision: 27062
Modified:
xfconf/trunk/xfsettingsd/accessx.c
Log:
Modify xfconf-props for accessx
Modified: xfconf/trunk/xfsettingsd/accessx.c
===================================================================
--- xfconf/trunk/xfsettingsd/accessx.c 2008-06-14 22:31:21 UTC (rev 27061)
+++ xfconf/trunk/xfsettingsd/accessx.c 2008-06-14 22:51:38 UTC (rev 27062)
@@ -150,8 +150,8 @@
gboolean bounce_keys = xfconf_channel_get_bool (channel,
"/AccessX/BounceKeys", FALSE);
gint slow_keys_delay = xfconf_channel_get_int (channel,
"/AccessX/SlowKeysDelay", 100);
gint debounce_delay = xfconf_channel_get_int (channel,
"/AccessX/DeBounceDelay", 100);
- gboolean sticky_keys_ltl = xfconf_channel_get_bool (channel,
"/AccessX/StickyKeysLatchToLock", FALSE);
- gboolean sticky_keys_tk = xfconf_channel_get_bool (channel,
"/AccessX/StickyKeysTwoKeysUnlock", FALSE);
+ gboolean sticky_keys_ltl = xfconf_channel_get_bool (channel,
"/AccessX/StickyKeys/LatchToLock", FALSE);
+ gboolean sticky_keys_tk = xfconf_channel_get_bool (channel,
"/AccessX/StickyKeys/TwoKeysDisable", FALSE);
#ifdef HAVE_XKB
if (xkbpresent)
{
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits