From a11590bc39bcbf15730771045a6fc8b5eab0e873 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 18 Aug 2012 12:09:01 +0000 Subject: [PATCH] remove 'none' from connman security list. SVN revision: 75412 --- econnman-bin.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/econnman-bin.in b/econnman-bin.in index 26311ea..6192e25 100755 --- a/econnman-bin.in +++ b/econnman-bin.in @@ -636,6 +636,11 @@ class ServicesList(object): auto_connect = s.get("AutoConnect") connected = (str(state) not in ("idle", "failure")) + if security: + security = [str(x) for x in security] + if "none" in security: + security.remove("none") + if part == "elm.swallow.end": bx = elm.Box(obj) bx.horizontal = True