From faee9dd7b68bd31a594ac8f0c0ed269860d8078d Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Tue, 29 Dec 2009 11:11:14 -1000 Subject: [PATCH] save the wireless network profile when connecting in order to save hidden essids --- wicd/wicd-daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wicd/wicd-daemon.py b/wicd/wicd-daemon.py index 20222e6..61532ab 100644 --- a/wicd/wicd-daemon.py +++ b/wicd/wicd-daemon.py @@ -1162,6 +1162,7 @@ class WirelessDaemon(dbus.service.Object): @dbus.service.method('org.wicd.daemon.wireless') def ConnectWireless(self, id): """ Connects the the wireless network specified by i""" + self.SaveWirelessNetworkProfile(id) # Will returned instantly, that way we don't hold up dbus. # CheckIfWirelessConnecting can be used to test if the connection # is done.