[Xfce4-commits] <xfce4-settings:nick/pointers> Apply property to the correct channel as a boolean.
Nick Schermer
noreply at xfce.org
Mon May 23 20:34:01 CEST 2011
Updating branch refs/heads/nick/pointers
to acb801407759c0722b9477c977797d48295df68c (commit)
from 4f41535e0fd2a7444c3f22948eeea149763a09c0 (commit)
commit acb801407759c0722b9477c977797d48295df68c
Author: Nick Schermer <nick at xfce.org>
Date: Mon May 23 20:17:55 2011 +0200
Apply property to the correct channel as a boolean.
dialogs/mouse-settings/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dialogs/mouse-settings/main.c b/dialogs/mouse-settings/main.c
index 86b9a4b..517093d 100644
--- a/dialogs/mouse-settings/main.c
+++ b/dialogs/mouse-settings/main.c
@@ -1344,8 +1344,8 @@ main (gint argc, gchar **argv)
syndaemon = g_find_program_in_path ("syndaemon");
gtk_widget_set_sensitive (GTK_WIDGET (object), syndaemon != NULL);
g_free (syndaemon);
- xfconf_g_property_bind (xsettings_channel, "/DisableTouchpadWhileTyping",
- G_TYPE_INT, G_OBJECT (object), "active");
+ xfconf_g_property_bind (pointers_channel, "/DisableTouchpadWhileTyping",
+ G_TYPE_BOOLEAN, G_OBJECT (object), "active");
More information about the Xfce4-commits
mailing list