Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-03 12:37:30 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-03 12:38:45 (GMT)
commitb329a61d561198cd405721372580d05476c2240a (patch)
treec4751ad802d437999a4b3f7b3d1e811bbe8b3f95 /shell/main.c
parent8c280e4b0018f36ba525a909aae8aee889e4617d (diff)
[shell] Port override_restrictions gconf key to GSettings
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index dfe6a20..d7d6e15 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -216,6 +216,11 @@ main (int argc, char *argv[])
GOptionContext *context;
GError *error = NULL;
+#ifdef WITH_GCONF
+ /* Remove when porting is done */
+ g_setenv ("GSETTINGS_BACKEND", "gconf", FALSE);
+#endif
+
#ifdef G_OS_WIN32
if (fileno (stdout) != -1 &&