1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-03 12:24:14 +01:00

fixed crash that occured when clicking to connect to a secured network but without entering the security information

This commit is contained in:
Adam Blackburn
2009-06-18 14:56:25 +08:00
parent 5adf46811d
commit 8de0e98010

View File

@@ -679,7 +679,7 @@ class appGui(object):
if nettype == "wireless":
if not self.check_encryption_valid(networkid,
networkentry.advanced_dialog):
self.edit_advanced(None, None, nettype, networkid, networkentry)
self.edit_advanced(None, nettype, networkid, networkentry)
return False
wireless.ConnectWireless(networkid, reply_handler=handler,
error_handler=handler)