[Xfce4-commits] [xfce/xfce4-panel] 01/01: tasklist: queue_resize when changing show_labels
    noreply at xfce.org 
    noreply at xfce.org
       
    Sat Mar 25 00:56:01 CET 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-panel.
commit beb82175e44e7d346abc8b2cd5d17b7f814d5664
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Mar 25 00:54:37 2017 +0100
    tasklist: queue_resize when changing show_labels
    
    Before the tasklist children would not properly resize when changing
    the show-labels setting.
---
 plugins/tasklist/tasklist-widget.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 93f0367..a89c106 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -3929,6 +3929,7 @@ xfce_tasklist_set_show_labels (XfceTasklist *tasklist,
             xfce_tasklist_group_button_icon_changed (child->class_group, child);
           else
             xfce_tasklist_button_icon_changed (child->window, child);
+          gtk_widget_queue_resize (GTK_WIDGET (tasklist));
         }
     }
 }
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list