[gedit] Remove gconf dependencie.



commit 3add3850603b958b58a0a7ebc5cc913750887c70
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Jun 17 22:26:58 2010 +0200

    Remove gconf dependencie.
    
    dconf is now in a good state so let's start using it.

 configure.ac  |    1 -
 gedit/gedit.c |    3 ---
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e07fa4b..c4e2258 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,7 +273,6 @@ PKG_CHECK_MODULES(GEDIT, [
 	gio-2.0 >= 2.25.9
 	gtk+-3.0 >= 2.90.0
 	gtksourceview-3.0 >= 2.11.2
-	gconf-2.0 >= 2.31.1
 ])
 
 if test "$os_osx" = "no" &&
diff --git a/gedit/gedit.c b/gedit/gedit.c
index e529f13..a72acb8 100644
--- a/gedit/gedit.c
+++ b/gedit/gedit.c
@@ -229,9 +229,6 @@ main (int argc, char *argv[])
 	gedit_debug_init ();
 	gedit_debug_message (DEBUG_APP, "Startup");
 
-	/* FIXME: Remove when gconf not needed anymore */
-	g_setenv ("GSETTINGS_BACKEND", "gconf", FALSE);
-
 	/* Setup locale/gettext */
 	setlocale (LC_ALL, "");
 



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