[gedit/gsettings: 7/7] 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/7] Make the application use the gconf backend
- Date: Thu, 22 Apr 2010 15:41:08 +0000 (UTC)
commit dec035eeffb44820842e9e4f6867388535e285ad
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 6107552..b0d41bf 100644
--- a/gedit/gedit.c
+++ b/gedit/gedit.c
@@ -560,7 +560,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]