[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix a crash when the brightness slider is released

noreply at xfce.org noreply at xfce.org
Sun Jan 17 10:07:27 CET 2016


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

ali pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 83f002a0109f3752f033ab90ec73d13ca37b7b29
Author: Ali Abdallah <aliovx at gmail.com>
Date:   Sun Jan 17 09:56:28 2016 +0100

    Fix a crash when the brightness slider is released
---
 panel-plugins/power-manager-plugin/scalemenuitem.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/panel-plugins/power-manager-plugin/scalemenuitem.c b/panel-plugins/power-manager-plugin/scalemenuitem.c
index 4c2ab9b..600c127 100644
--- a/panel-plugins/power-manager-plugin/scalemenuitem.c
+++ b/panel-plugins/power-manager-plugin/scalemenuitem.c
@@ -278,7 +278,6 @@ scale_menu_item_button_release_event (GtkWidget *menuitem,
   if (priv->grabbed)
     {
       priv->grabbed = FALSE;
-      scale_menu_item_grab_broken (menuitem, NULL);
       g_signal_emit (menuitem, signals[SLIDER_RELEASED], 0);
     }
 

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


More information about the Xfce4-commits mailing list