Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/hardware/nmclient.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-26 11:26:23 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-26 11:26:23 (GMT)
commitdd74d030c3c82d63c594c6add1aea57f44229ac4 (patch)
treebd2e2318f1c09da3b210c38ba2f26261e054762c /shell/hardware/nmclient.py
parentfa1d25d4411b3392b5ae0ddb50958e27c9299599 (diff)
parent500bd702b14abbaeee836bbb14a98499dddccc16 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar
Diffstat (limited to 'shell/hardware/nmclient.py')
-rw-r--r--shell/hardware/nmclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py
index fa763ab..3bcc433 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -363,7 +363,7 @@ class NMClient(gobject.GObject):
self._get_initial_devices()
def get_devices(self):
- return self._devices
+ return self._devices.values()
def _get_initial_devices_reply_cb(self, ops):
for op in ops: