Updating branch refs/heads/master
to f08dcadb8406f6a2094b5ae9577e340f0fb3f380 (commit)
from c3a8627cc04b75b81f68e13176480183ed483715 (commit)
commit f08dcadb8406f6a2094b5ae9577e340f0fb3f380
Author: Mike Massonnet <[email protected]>
Date: Wed Feb 5 20:48:59 2014 +0100
Bind skip-action option on the correct radio button (setting was reversed)
panel-plugin/xfce4-clipman-settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/xfce4-clipman-settings.c
b/panel-plugin/xfce4-clipman-settings.c
index f7bb199..37cd219 100644
--- a/panel-plugin/xfce4-clipman-settings.c
+++ b/panel-plugin/xfce4-clipman-settings.c
@@ -185,7 +185,7 @@ prop_dialog_run (void)
xfconf_g_property_bind (xfconf_channel, "/settings/enable-actions",
G_TYPE_BOOLEAN,
gtk_builder_get_object (builder, "skip-action-2"),
"sensitive");
xfconf_g_property_bind (xfconf_channel, "/tweaks/skip-action-on-key-down",
G_TYPE_BOOLEAN,
- gtk_builder_get_object (builder, "skip-action-1"),
"active");
+ gtk_builder_get_object (builder, "skip-action-2"),
"active");
/* Tweaks tab: paste-on-activate combobox */
combobox = GTK_WIDGET (gtk_builder_get_object (builder,
"combobox-paste-on-activate"));
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits