diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-18 00:00:36 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-09-04 15:57:50 +0100 |
commit | 8d65909f1207f6316b2055565b0e94c099c5e916 (patch) | |
tree | 1d7b2744ada49efdb77f4ab42f9e7a76f8d5646d /src/totem.h | |
parent | d068d95ac5c21b458c42ced70dae795b5a951b24 (diff) | |
download | totem-8d65909f1207f6316b2055565b0e94c099c5e916.tar.gz |
Port to GSettings
Diffstat (limited to 'src/totem.h')
-rw-r--r-- | src/totem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/totem.h b/src/totem.h index 4674e685e..d4a0b1763 100644 --- a/src/totem.h +++ b/src/totem.h @@ -34,11 +34,11 @@ #include "totem-playlist.h" /** - * TOTEM_GCONF_PREFIX: + * TOTEM_GSETTINGS_SCHEMA: * - * The GConf prefix under which all Totem GConf keys are stored. + * The GSettings schema under which all Totem settings are stored. **/ -#define TOTEM_GCONF_PREFIX "/apps/totem" +#define TOTEM_GSETTINGS_SCHEMA "org.gnome.totem" G_BEGIN_DECLS |