Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hardware')
-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: