From 8ea3054c1e05445f990c98db033754cf190d2a7a Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 24 Nov 2012 18:16:24 +0100 Subject: battstat: migrate to gsettings --- battstat/battstat.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'battstat/battstat.h') diff --git a/battstat/battstat.h b/battstat/battstat.h index 1c591bce..a48dd121 100644 --- a/battstat/battstat.h +++ b/battstat/battstat.h @@ -24,9 +24,10 @@ #include #include #include +#include #include -#include +#include #define DEBUG 0 @@ -96,7 +97,8 @@ typedef struct _ProgressData { GtkWidget *full_toggle; GtkWidget *hbox_ptr; - /* flags set from mateconf or the properties dialog */ + /* flags set from gsettings or the properties dialog */ + GSettings *settings; guint red_val; guint orange_val; guint yellow_val; -- cgit v1.2.1