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

Strip the IPs from the Ad Hoc network creation dialogs.

This commit is contained in:
Andrew Psaltis
2009-07-18 22:26:18 -04:00
parent c49c51ca29
commit 271ff125da
2 changed files with 3 additions and 2 deletions

View File

@@ -274,7 +274,8 @@ class appGui(object):
if response == 1:
wireless.CreateAdHocNetwork(essid_entry.entry.get_text(),
channel_entry.entry.get_text(),
ip_entry.entry.get_text(), "WEP",
ip_entry.entry.get_text().strip(),
"WEP",
self.key_entry.entry.get_text(),
self.chkbox_use_encryption.get_active(),
False) #chkbox_use_ics.get_active())