From a48fe93cc3c16d8ceeac3db7ce06e6266ae8083b Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 25 Feb 2007 22:06:41 -0500 Subject: [PATCH] Return list of devices, not dict --- shell/hardware/nmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py index a60ba238..f678e0d6 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