[gnome-bluetooth/gnome-2-32] Force the gconf GSettings backend in the applet
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/gnome-2-32] Force the gconf GSettings backend in the applet
- Date: Wed, 4 Aug 2010 10:14:51 +0000 (UTC)
commit a46e097fcf651ea6ef0ff096c6d48d723880b988
Author: Bastien Nocera <hadess hadess net>
Date: Wed Apr 21 20:50:05 2010 +0100
Force the gconf GSettings backend in the applet
applet/main.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/applet/main.c b/applet/main.c
index b772338..859f2f4 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -1085,6 +1085,8 @@ int main(int argc, char *argv[])
GOptionContext *context;
GError *error = NULL;
+ g_setenv ("GSETTINGS_BACKEND", "gconf", FALSE);
+
bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
textdomain(GETTEXT_PACKAGE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]