[gedit/gsettings: 7/13] Make the application use the gconf backend
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gsettings: 7/13] Make the application use the gconf backend
- Date: Tue, 27 Apr 2010 15:57:37 +0000 (UTC)
commit 5022d8485da40290513aa73b09f3238524fb3d43
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Apr 22 16:31:00 2010 +0200
Make the application use the gconf backend
gedit/gedit.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit.c b/gedit/gedit.c
index 5b77eda..9fdd046 100644
--- a/gedit/gedit.c
+++ b/gedit/gedit.c
@@ -592,7 +592,10 @@ main (int argc, char *argv[])
/* Setup debugging */
gedit_debug_init ();
gedit_debug_message (DEBUG_APP, "Startup");
-
+
+ /* FIXME: Remove when gconf not needed anymore */
+ g_setenv ("GSETTINGS_BACKEND", "gconf", FALSE);
+
setlocale (LC_ALL, "");
dir = gedit_dirs_get_gedit_locale_dir ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]