[Xfce4-commits] [xfce/xfce4-panel] 01/01: tasklist: Fix group-button states

noreply at xfce.org noreply at xfce.org
Thu Dec 6 00:30:26 CET 2018


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

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit 0dfd8a5a9fbcd80c7c24e47b7a454710257e0ce0
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Dec 6 00:21:38 2018 +0100

    tasklist: Fix group-button states
---
 plugins/tasklist/tasklist-widget.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 5efbb1b..7a6a13c 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -2709,8 +2709,9 @@ xfce_tasklist_button_state_changed (WnckWindow        *window,
                                             child->class_group,
                                             NULL, (gpointer *) &group_child);
 
-              if (child->type == CHILD_TYPE_GROUP)
+              if (group_child->type == CHILD_TYPE_GROUP) {
                 xfce_tasklist_group_button_icon_changed (child->class_group, group_child);
+              }
             }
         }
     }

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


More information about the Xfce4-commits mailing list