Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2006-11-13 00:21:13 (GMT)
committer Dan Williams <dcbw@redhat.com>2006-11-13 00:21:13 (GMT)
commit9c1f76b042052073b8a6301d91c83127be3ed710 (patch)
tree984f11e6f33d2602bebba1e4567bc4f70f39a351 /services
parent5e4d972f405021aa5fc201bf77d4fa9f7963f75a (diff)
Fix returned dbus args so the applet works with WEP
Diffstat (limited to 'services')
-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