[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 01/03: Fix css class name for Gtk 3.16
noreply at xfce.org
noreply at xfce.org
Fri Jan 6 21:12:25 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-battery-plugin.
commit c131fb35407b1c81e249c16ce91c711f1e9defea
Author: Landry Breuil <landry at xfce.org>
Date: Fri Jan 6 21:11:29 2017 +0100
Fix css class name for Gtk 3.16
---
panel-plugin/battery.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
index 0013fa5..9ab503b 100644
--- a/panel-plugin/battery.c
+++ b/panel-plugin/battery.c
@@ -616,7 +616,7 @@ battmon.c:241: for each function it appears in.)
background-color: %s; background-image: none; }",
cssminsizes, cssminsizes,
#else
- css = g_strdup_printf("progressbar progress { background-color: %s; background-image: none; }",
+ css = g_strdup_printf(".progressbar progress { background-color: %s; background-image: none; }",
#endif
color_str);
gtk_css_provider_load_from_data (battmon->css_provider, css, strlen(css), NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list