[gnome-bluetooth/gnome-2-32] Use dconf by default
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/gnome-2-32] Use dconf by default
- Date: Wed, 4 Aug 2010 10:15:17 +0000 (UTC)
commit 16ae4d871067db6451d728f1da65910110f29be1
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 2 16:37:53 2010 +0100
Use dconf by default
By telling it not to use gconf. Easy.
applet/main.c | 2 --
properties/main.c | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/applet/main.c b/applet/main.c
index 859f2f4..b772338 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -1085,8 +1085,6 @@ 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);
diff --git a/properties/main.c b/properties/main.c
index b79f01c..424d5d8 100644
--- a/properties/main.c
+++ b/properties/main.c
@@ -219,8 +219,6 @@ int main(int argc, char *argv[])
GtkWidget *notebook;
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]