[Xfce4-commits] <xfce4-panel:master> Clock plugin: fix double-click behavior when a command is set.
Andrzej
noreply at xfce.org
Sun Mar 3 12:02:12 CET 2013
Updating branch refs/heads/master
to 1438d76490266786b0524615e283779b7511cb42 (commit)
from d05695e54ee7048d233bf858ecb1ba5abf6f30dc (commit)
commit 1438d76490266786b0524615e283779b7511cb42
Author: Andrzej <ndrwrdck at 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 */
More information about the Xfce4-commits
mailing list