[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 02/06: Add a member storing current css class for the progress bar color
noreply at xfce.org
noreply at xfce.org
Sun Feb 19 20:06:50 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 06afc568116c4cb2699871bd66b0057cd5dee1a6
Author: Landry Breuil <landry at xfce.org>
Date: Sun Feb 19 20:03:22 2017 +0100
Add a member storing current css class for the progress bar color
---
panel-plugin/fsguard.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 6bb4f21..3142abc 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -70,6 +70,7 @@ typedef struct
XfcePanelPlugin *plugin;
gboolean seen;
gint icon_id;
+ gchar *css_class;
gint timeout;
guint limit_warning;
guint limit_urgent;
@@ -352,6 +353,7 @@ fsguard_read_config (FsGuard *fsguard)
fsguard->name = g_strdup ("");
fsguard->show_name = FALSE;
fsguard->path = g_strdup ("/");
+ fsguard->css_class = g_strdup ("normal");
fsguard->show_size = TRUE;
fsguard->show_progress_bar = TRUE;
fsguard->hide_button = FALSE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list