From 44f00a9cd84bed34fb10abd08f16a8acf3a29924 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 7 Mar 2007 16:24:21 -0500 Subject: [PATCH] Fix traceback due to bad merge --- shell/hardware/nmclient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/hardware/nmclient.py b/shell/hardware/nmclient.py index 8f542150..54f67624 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