[gnome-bluetooth] Force the gconf GSettings backend in the applet
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Force the gconf GSettings backend in the applet
- Date: Wed, 21 Apr 2010 19:50:41 +0000 (UTC)
commit c04be98f1528d3de091b9125bdb78d21c4263a52
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 b72ae1a..a785a55 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -1038,6 +1038,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]