Updating branch refs/heads/master
         to 1438d76490266786b0524615e283779b7511cb42 (commit)
       from d05695e54ee7048d233bf858ecb1ba5abf6f30dc (commit)

commit 1438d76490266786b0524615e283779b7511cb42
Author: Andrzej <ndrwr...@gmail.com>
Date:   Wed Feb 27 21:55:20 2013 +0000

    Clock plugin: fix double-click behavior when a command is set.

 plugins/clock/clock.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/clock/clock.c b/plugins/clock/clock.c
index 52705bc..65767f4 100644
--- a/plugins/clock/clock.c
+++ b/plugins/clock/clock.c
@@ -437,6 +437,7 @@ clock_plugin_button_press_event (GtkWidget      *widget,
 
           return TRUE;
         }
+      return TRUE;
     }
 
   /* bypass GTK_TOGGLE_BUTTON's handler and go directly to the plugin's one */
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to