[Xfce4-commits] <xfce4-clipman-plugin:master> Bind skip-action option on the correct radio button (setting was reversed)

Mike Massonnet noreply at xfce.org
Wed Feb 5 20:50:01 CET 2014


Updating branch refs/heads/master
         to f08dcadb8406f6a2094b5ae9577e340f0fb3f380 (commit)
       from c3a8627cc04b75b81f68e13176480183ed483715 (commit)

commit f08dcadb8406f6a2094b5ae9577e340f0fb3f380
Author: Mike Massonnet <m8t at gandi.net>
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"));


More information about the Xfce4-commits mailing list