[Xfce4-commits] [apps/xfce4-screenshooter] 36/38: Fix panel plugin set mode on scroll

noreply at xfce.org noreply at xfce.org
Fri Apr 28 03:07:32 CEST 2017


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 372d9d844003ba6c8a2d49c0e569caf361f2d3b5
Author: Andre Miranda <andre42m at gmail.com>
Date:   Mon Apr 17 23:55:19 2017 -0300

    Fix panel plugin set mode on scroll
---
 panel-plugin/screenshooter-plugin.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/screenshooter-plugin.c b/panel-plugin/screenshooter-plugin.c
index 9bfdb06..8ebea72 100644
--- a/panel-plugin/screenshooter-plugin.c
+++ b/panel-plugin/screenshooter-plugin.c
@@ -378,6 +378,7 @@ screenshooter_plugin_construct (XfcePanelPlugin *plugin)
   gtk_container_add (GTK_CONTAINER (plugin), pd->button);
   xfce_panel_plugin_add_action_widget (plugin, pd->button);
   gtk_widget_show_all (pd->button);
+  gtk_widget_add_events (pd->button, GDK_SCROLL_MASK);
 
   /* Set the callbacks */
   g_signal_connect (pd->button, "clicked",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list