From 167eb3ed1e82658e6ea969a8c5ffd220256cfd11 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 24 Nov 2012 18:24:14 +0100 Subject: multiload: migrate to gsettings replace libmate with GIO --- multiload/global.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'multiload/global.h') diff --git a/multiload/global.h b/multiload/global.h index 46840e08..613adb5d 100644 --- a/multiload/global.h +++ b/multiload/global.h @@ -5,6 +5,7 @@ #include #include #include +#include #include G_BEGIN_DECLS @@ -60,6 +61,8 @@ struct _MultiloadApplet { MatePanelApplet *applet; + GSettings *settings; + LoadGraph *graphs[NGRAPHS]; GtkWidget *box; -- cgit v1.2.1