[eog] [GSettings] Use the gconf GSettings backend



commit 7ad810cd28733d3288665dbdc77ef582ec321fb2
Author: Felix Riemann <friemann gnome org>
Date:   Sun May 30 15:00:47 2010 +0200

    [GSettings] Use the gconf GSettings backend
    
    At least until the whole desktop is migrated.

 src/main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 1eccb45..61ab0f6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -185,6 +185,8 @@ main (int argc, char **argv)
 	GError *error = NULL;
 	GOptionContext *ctx;
 
+	g_setenv ("GSETTINGS_BACKEND", "gconf", FALSE);
+
 	if (!g_thread_supported ())
 		g_thread_init (NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]