This is an automated email from the git hooks/post-receive script. timystery pushed a commit to branch master in repository panel-plugins/xfce4-sensors-plugin.
commit 2b4f0ac001d2365a9b4eb6c740c1d28f024cc625 Author: Fabian <[email protected]> Date: Fri Feb 20 21:16:04 2015 +0100 explaining comment on the return values of execute_command function for handling button-press evetns on eventbox --- panel-plugin/sensors-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c index b80d88f..e32b470 100644 --- a/panel-plugin/sensors-plugin.c +++ b/panel-plugin/sensors-plugin.c @@ -1043,7 +1043,7 @@ execute_command (GtkWidget *widget, GdkEventButton *event, gpointer data) } else { TRACE ("leaves execute_command with FALSE"); - return FALSE; + return FALSE; // with FALSE, the event will not have been accepted by the handler and will be propagated further } } -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
