From e41ba47bb489bb79ff8a3251fd896900bb3e42c3 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 24 Nov 2012 18:21:18 +0100 Subject: mateweather: migrate to gsettings --- mateweather/mateweather.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mateweather/mateweather.h') diff --git a/mateweather/mateweather.h b/mateweather/mateweather.h index 3b878564..f486017c 100644 --- a/mateweather/mateweather.h +++ b/mateweather/mateweather.h @@ -12,9 +12,10 @@ */ #include +#include + #include -#include #include @@ -27,7 +28,7 @@ typedef struct _MateWeatherApplet { MatePanelApplet* applet; WeatherInfo* mateweather_info; - MateWeatherMateConf* mateconf; + GSettings* settings; GtkWidget* container; GtkWidget* box; -- cgit v1.2.1