[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 01/01: apply color on the correct css class for Gtk 3.16/3.18
noreply at xfce.org
noreply at xfce.org
Sun Feb 19 17:11:31 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-fsguard-plugin.
commit 44b9f8d66fe12443abe573ccd057b9a3cdbd0333
Author: Landry Breuil <landry at xfce.org>
Date: Sun Feb 19 17:11:21 2017 +0100
apply color on the correct css class for Gtk 3.16/3.18
---
panel-plugin/fsguard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 79d9514..d14abf5 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -207,7 +207,7 @@ fsguard_refresh_monitor (FsGuard *fsguard)
background-color: %s; background-image: none; }",
cssminsizes, cssminsizes,
#else
- gchar * css = g_strdup_printf(".progressbar { background-color: %s; background-image: none; }",
+ gchar * css = g_strdup_printf(".progressbar progress { background-color: %s; background-image: none; }",
#endif
gdk_rgba_to_string(&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