[eog] Don't hardcode GConf as GSettings backend



commit e81ac67ce4bd7dc1746022a5b9df9c3758eb35c9
Author: Felix Riemann <friemann gnome org>
Date:   Wed Jul 28 22:01:05 2010 +0200

    Don't hardcode GConf as GSettings backend
    
    This is not really needed anymore and we also want to use features
    of dconf soon.

 src/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 2956343..93b9511 100644
--- a/src/main.c
+++ b/src/main.c
@@ -186,8 +186,6 @@ main (int argc, char **argv)
 	GOptionContext *ctx;
 	GtkSettings *settings;
 
-	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]