summaryrefslogtreecommitdiff
path: root/src/totem-private.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-18 00:00:36 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-09-04 15:57:50 +0100
commit8d65909f1207f6316b2055565b0e94c099c5e916 (patch)
tree1d7b2744ada49efdb77f4ab42f9e7a76f8d5646d /src/totem-private.h
parentd068d95ac5c21b458c42ced70dae795b5a951b24 (diff)
downloadtotem-8d65909f1207f6316b2055565b0e94c099c5e916.tar.gz
Port to GSettings
Diffstat (limited to 'src/totem-private.h')
-rw-r--r--src/totem-private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/totem-private.h b/src/totem-private.h
index 8caef9780..5d624772f 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -28,7 +28,6 @@
#ifndef __TOTEM_PRIVATE_H__
#define __TOTEM_PRIVATE_H__
-#include <gconf/gconf-client.h>
#include <gtk/gtk.h>
#include <gio/gio.h>
@@ -158,7 +157,7 @@ struct _TotemObject {
char *mrl;
gint64 seek_to;
TotemPlaylist *playlist;
- GConfClient *gc;
+ GSettings *settings;
GApplication *app;
TotemStates state;
TotemOpenLocation *open_location;