[gnome-control-center] network: fix invalid GSettings path
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] network: fix invalid GSettings path
- Date: Tue, 17 Jun 2014 15:55:46 +0000 (UTC)
commit 39857522e7027f6e54f5e10bc9783ea2e842e482
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Tue Jun 17 13:05:50 2014 +0200
network: fix invalid GSettings path
GSettings/dconf paths must end with a slash.
https://bugzilla.gnome.org/show_bug.cgi?id=731775
panels/network/wireless-security/eap-method.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/wireless-security/eap-method.c b/panels/network/wireless-security/eap-method.c
index 7d3a06f..3da3676 100644
--- a/panels/network/wireless-security/eap-method.c
+++ b/panels/network/wireless-security/eap-method.c
@@ -118,7 +118,7 @@ _get_ca_ignore_settings (const char *uuid)
GSettings *settings;
char *path = NULL;
- path = g_strdup_printf ("/org/gnome/nm-applet/eap/%s", uuid);
+ path = g_strdup_printf ("/org/gnome/nm-applet/eap/%s/", uuid);
settings = g_settings_new_with_path ("org.gnome.nm-applet.eap", path);
g_free (path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]