[gnome-system-monitor/gtk3] Set GConf as GSettings backend during conversion.



commit 2705100af90784b0fe0e819c37127360d4e8ffcd
Author: Chris Kühl <chrisk openismus com>
Date:   Fri Jan 28 13:27:10 2011 +0100

    Set GConf as GSettings backend during conversion.

 src/memmaps.cpp |    1 -
 src/procman.cpp |    3 +++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/memmaps.cpp b/src/memmaps.cpp
index 3205721..0ba5061 100644
--- a/src/memmaps.cpp
+++ b/src/memmaps.cpp
@@ -13,7 +13,6 @@
 
 using std::string;
 
-
 #include "procman.h"
 #include "memmaps.h"
 #include "proctable.h"
diff --git a/src/procman.cpp b/src/procman.cpp
index f20de72..37da316 100644
--- a/src/procman.cpp
+++ b/src/procman.cpp
@@ -666,6 +666,9 @@ main (int argc, char *argv[])
 	ProcData *procdata;
 	BaconMessageConnection *conn;
 
+	// FIXME: Remove this when conversion to gsettings is done.
+	g_setenv ("GSETTINGS_BACKEND", "gconf", FALSE);
+
 	bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 	textdomain (GETTEXT_PACKAGE);



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