[Xfce4-commits] [xfce/xfce4-panel] 01/01: tasklist: Resize when windows get removed (Bug #14394)

noreply at xfce.org noreply at xfce.org
Tue Sep 24 00:14:04 CEST 2019


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       x   f   c   e   -   4   .   1   4   
   in repository xfce/xfce4-panel.

commit 51d1249cbfed20b57dc8e6e7c5e84f1df522c556
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Jul 13 23:17:26 2019 +0200

    tasklist: Resize when windows get removed (Bug #14394)
    
    The idea is to do what is also done for the window-added signal.
---
 plugins/tasklist/tasklist-widget.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 74119d1..426089f 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -1946,6 +1946,8 @@ xfce_tasklist_window_removed (WnckScreen   *screen,
           break;
         }
     }
+
+    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