From 876f39364e2106c8cb96fa4a9067359e5a350583 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 11 Oct 2012 00:01:30 +0200 Subject: migrate mate-panel to gsettings --- mate-panel/applet.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mate-panel/applet.h') diff --git a/mate-panel/applet.h b/mate-panel/applet.h index 531e7e20..2ee60659 100644 --- a/mate-panel/applet.h +++ b/mate-panel/applet.h @@ -3,8 +3,8 @@ #include #include +#include #include "panel-widget.h" -#include "panel-mateconf.h" #include "panel-enums.h" #ifdef __cplusplus @@ -27,6 +27,8 @@ typedef struct { gpointer data; GDestroyNotify data_destroy; + GSettings *settings; + char *id; } AppletInfo; -- cgit v1.2.1