diff options
Diffstat (limited to 'mixer/applet.h')
-rw-r--r-- | mixer/applet.h | 8 |
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; |