[Xfce4-commits] [xfce/xfce4-panel] 37/73: Grouped icons sometimes are wrongly rendered as a mini-icon (bug 10846)

noreply at xfce.org noreply at xfce.org
Sun Feb 26 16:34:18 CET 2017


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 a8b98d800e75695f28571ffa0ce3bc7e184027b0
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Sat Feb 14 23:40:18 2015 +0000

    Grouped icons sometimes are wrongly rendered as a mini-icon (bug 10846)
    
    Author: Mauro Giubileo AKA amigamagic <debianmaverick at gmail.com>
---
 plugins/tasklist/tasklist-widget.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 07582ee..13882d0 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -3901,7 +3901,10 @@ xfce_tasklist_set_show_labels (XfceTasklist *tasklist,
 
           /* update the icon (we use another size for
            * icon box mode) */
-          xfce_tasklist_button_icon_changed (child->window, child);
+          if (child->type == CHILD_TYPE_GROUP)
+            xfce_tasklist_group_button_icon_changed (child->class_group, child);
+          else
+            xfce_tasklist_button_icon_changed (child->window, child);
         }
     }
 }

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


More information about the Xfce4-commits mailing list