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

andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.

commit 623dec64b4a2f699a34013467efb3f5273f281c1
Author: Andrzej <ndrwr...@gmail.com>
Date:   Fri May 16 22:54:30 2014 +0100

    Tasklist, blocking event interfered with button highlight.
    
    Especially visible with minimized windows. The button was stuck
    in "half active" state (normally inactive, but rendered as active when
    mouse cursor was above it).
---
 plugins/tasklist/tasklist-widget.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/plugins/tasklist/tasklist-widget.c 
b/plugins/tasklist/tasklist-widget.c
index 29530ec..445db62 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -2806,9 +2806,7 @@ xfce_tasklist_button_button_release_event (GtkWidget      
   *button,
         {
           /* press the button */
           xfce_tasklist_button_activate (child, event->time);
-
-          /* if the window is still active, don't toggle the button */
-          return wnck_window_is_active (child->window);
+          return FALSE;
         }
       else if (event->button == 2)
         {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to