[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/02: Apply color on the correct widget for Gtk 3.16/3.18
noreply at xfce.org
noreply at xfce.org
Fri Jan 6 21:57:29 CET 2017
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-systemload-plugin.
commit 83c1849e0ad2ba09145bded71329679b391d9bce
Author: Landry Breuil <landry at xfce.org>
Date: Fri Jan 6 21:54:52 2017 +0100
Apply color on the correct widget for Gtk 3.16/3.18
---
panel-plugin/systemload.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index a640f4c..b85e290 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -455,7 +455,7 @@ setup_monitor(t_global_monitor *global)
background-color: %s; background-image: none; }",
cssminsizes, cssminsizes,
#else
- css = g_strdup_printf(".progressbar { background-color: %s; background-image: none; }",
+ css = g_strdup_printf(".progressbar progress { background-color: %s; background-image: none; }",
#endif
gdk_rgba_to_string(&global->monitor[count]->options.color));
/* Setup Gtk style */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list