Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/hardware
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-02-26 03:06:41 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-02-26 03:06:41 (GMT)
commita48fe93cc3c16d8ceeac3db7ce06e6266ae8083b (patch)
tree39dd15b45444af885f348ebb538aafa9a828f9fe /shell/hardware
parent0cad068bf48f92cc49fd327bae74b89caedf1322 (diff)
Return list of devices, not dict
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 a60ba23..f678e0d 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -325,7 +325,7 @@ class NMClient(gobject.GObject):
self._get_initial_devices()
def get_devices(self):
- return self._devices
+ return self._devices.values()
def _get_nm_state(self):
# Grab NM's state