[Xfce4-commits] r30035 - in xfce4-settings/trunk: . dialogs/keyboard-settings

Nick Schermer nick at xfce.org
Tue Jun 16 21:33:58 CEST 2009


Author: nick
Date: 2009-06-16 19:33:58 +0000 (Tue, 16 Jun 2009)
New Revision: 30035

Modified:
   xfce4-settings/trunk/NEWS
   xfce4-settings/trunk/dialogs/keyboard-settings/xfce-keyboard-settings.c
Log:
Fix type in xfconf property name (debian bug #527238).


Modified: xfce4-settings/trunk/NEWS
===================================================================
--- xfce4-settings/trunk/NEWS	2009-06-16 17:50:46 UTC (rev 30034)
+++ xfce4-settings/trunk/NEWS	2009-06-16 19:33:58 UTC (rev 30035)
@@ -1,6 +1,7 @@
 4.6.2
 =====
 - Avoid causing xfce4-session to time out on startup (bug #5040).
+- Fix type in xfconf property name (debian bug #527238).
 
 4.6.1
 =====

Modified: xfce4-settings/trunk/dialogs/keyboard-settings/xfce-keyboard-settings.c
===================================================================
--- xfce4-settings/trunk/dialogs/keyboard-settings/xfce-keyboard-settings.c	2009-06-16 17:50:46 UTC (rev 30034)
+++ xfce4-settings/trunk/dialogs/keyboard-settings/xfce-keyboard-settings.c	2009-06-16 19:33:58 UTC (rev 30035)
@@ -322,7 +322,7 @@
   xfconf_g_property_bind (settings->priv->keyboards_channel, "/Default/KeyRepeat/Rate", G_TYPE_INT, G_OBJECT (xkb_key_repeat_rate_scale), "value");
 
   xkb_key_repeat_delay_scale = gtk_range_get_adjustment (GTK_RANGE (glade_xml_get_widget (settings->priv->glade_xml, "xkb_key_repeat_delay_scale")));
-  xfconf_g_property_bind (settings->priv->keyboards_channel, "/DefaultKeyRepeat/Delay", G_TYPE_INT, G_OBJECT (xkb_key_repeat_delay_scale), "value");
+  xfconf_g_property_bind (settings->priv->keyboards_channel, "/Default/KeyRepeat/Delay", G_TYPE_INT, G_OBJECT (xkb_key_repeat_delay_scale), "value");
 
   /* XSETTINGS */
   net_cursor_blink_check = glade_xml_get_widget (settings->priv->glade_xml, "net_cursor_blink_check");




More information about the Xfce4-commits mailing list