[gnome-bluetooth] Use dconf by default
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Use dconf by default
- Date: Wed, 2 Jun 2010 15:38:28 +0000 (UTC)
commit 4c66b89c101ec1877bc6b4f1ce2bdf5074b8e3d9
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 da5dc94..ad657e9 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -1045,8 +1045,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]