[Xfce4-commits] [xfce/xfce4-panel] 01/01: pager: Ensure bg color is set correctly (Bug #15690)
noreply at xfce.org
noreply at xfce.org
Sun Jul 14 21:41:29 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 6f0fc6628ef721521025e34c543a6e865ad01a9e
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Jul 13 23:49:34 2019 +0200
pager: Ensure bg color is set correctly (Bug #15690)
---
plugins/pager/pager.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index e0274fe..8d8565a 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -401,6 +401,10 @@ G_GNUC_END_IGNORE_DEPRECATIONS
gtk_container_add (GTK_CONTAINER (plugin), plugin->pager);
gtk_widget_show (plugin->pager);
+
+ /* Poke the style-updated signal to set the correct background color for the newly
+ created widget. Otherwise it may sometimes end up transparent. */
+ pager_plugin_style_updated (plugin->pager, NULL);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list