Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-08-31 15:32:54 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-08-31 15:32:54 (GMT)
commitf4c7e03c34ba77b29e0eb3c703945ad2ea46fb18 (patch)
treead9005d49a2d2377e5b38d38020f53f3ecdde7c0 /shell
parentad1818f985d1983d9f8a3ada008bf402812bfca0 (diff)
Fix traceback showing wireless networks
Diffstat (limited to 'shell')
-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 f61018c..01f6cd9 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -134,7 +134,7 @@ class Network(gobject.GObject):
fav_nets = []
if self._client.nminfo:
- fav_nets = self._client.nminfo.get_networks()
+ fav_nets = self._client.nminfo.get_networks(nminfo.NETWORK_TYPE_ALLOWED)
if self._ssid in fav_nets:
self._favorite = True