Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-11-13 00:16:56 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-11-13 00:16:56 (GMT)
commit34c61de0546a9b264db922353a032a1f8d49aaf0 (patch)
tree0c15c065dd4348ecf0d06f65d8e7f9537658ab87
parenta317c86d6acd723f69588f128a50634ea4169fee (diff)
parent9c1f76b042052073b8a6301d91c83127be3ed710 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
-rw-r--r--services/nm/nminfo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/nm/nminfo.py b/services/nm/nminfo.py
index 9aff075..592fa39 100644
--- a/services/nm/nminfo.py
+++ b/services/nm/nminfo.py
@@ -424,7 +424,8 @@ class NMInfo(object):
# and return it to NetworkManager
sec = Security.new_from_args(we_cipher, key, auth_alg)
props = sec.get_properties()
- async_cb(tuple(props))
+ a = tuple(props)
+ async_cb(*a)
def cancel_get_key_for_network(self):
# Tell the NMClient to close the key request dialog