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-03-07 21:24:21 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-03-07 21:24:21 (GMT)
commit44f00a9cd84bed34fb10abd08f16a8acf3a29924 (patch)
tree8e6e9acd2f6599a27f5b5d83fdedfb94f0a8ffc1 /shell/hardware
parenta2bd1194f35912e70d909a65685c1bf723ec1121 (diff)
Fix traceback due to bad merge
Diffstat (limited to 'shell/hardware')
-rw-r--r--shell/hardware/nmclient.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py
index 8f54215..54f6762 100644
--- a/shell/hardware/nmclient.py
+++ b/shell/hardware/nmclient.py
@@ -300,7 +300,6 @@ class Device(gobject.GObject):
# Make sure the old one doesn't get a stuck state
if self._active_network:
- self._active_network.disconnect(self._ssid_sid)
self._active_network.set_state(NETWORK_STATE_NOTCONNECTED)
self._active_network = network