[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:31 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 m a s t e r
in repository xfce/xfce4-panel.
commit 07f985b66c2c002aded4a33e5206955d91572080
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