summaryrefslogtreecommitdiff
path: root/mixer/applet.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-24 18:21:39 +0100
committerStefano Karapetsas <[email protected]>2012-11-24 18:21:39 +0100
commit0c04e2ff1829d565de7032db4a92dc27fdae6042 (patch)
tree161a6ceca75efd0710fe66d17e01119c62b81d64 /mixer/applet.h
parente41ba47bb489bb79ff8a3251fd896900bb3e42c3 (diff)
downloadmate-applets-0c04e2ff1829d565de7032db4a92dc27fdae6042.tar.bz2
mate-applets-0c04e2ff1829d565de7032db4a92dc27fdae6042.tar.xz
mixer: migrate to gsettings
Diffstat (limited to 'mixer/applet.h')
-rw-r--r--mixer/applet.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mixer/applet.h b/mixer/applet.h
index f373f8ff..13fa0de9 100644
--- a/mixer/applet.h
+++ b/mixer/applet.h
@@ -27,8 +27,8 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <mateconf/mateconf-client.h>
-#include <mate-panel-applet-mateconf.h>
+#include <gio/gio.h>
+#include <mate-panel-applet-gsettings.h>
#include <gst/gst.h>
#include <gst/interfaces/mixer.h>
@@ -67,8 +67,8 @@ struct _MateVolumeApplet {
/* list of volume control elements */
GList *elements;
- /* mateconf */
- MateConfClient *client;
+ /* gsettings */
+ GSettings *settings;
/* element */
GstMixer *mixer;