Package: cinnamon-control-center / 3.2.1-3

fix-wifi-sec-path.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Debian Cinnamon Team <pkg-cinnamon-team@lists.alioth.debian.org>
Date: Wed, 11 May 2016 20:50:17 +0200
Subject: fix-wifi-sec-path

Description: Fix wifi security schema path
Author: leigh123linux <leigh123linux@googlemail.com>
Origin: Fedora
Forwarded: no
---
 panels/network/wireless-security/eap-method.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panels/network/wireless-security/eap-method.c b/panels/network/wireless-security/eap-method.c
index 2863877..b6444ce 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/cinnamon/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);