1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +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

@@ -480,7 +480,7 @@ class AdHocDialog(Dialog2):
self.view.keypress( size, k )
def on_exit(self,exitcode):
data = ( self.essid_edit.get_edit_text(),
self.ip_edit.get_edit_text(),
self.ip_edit.get_edit_text().strip(),
self.channel_edit.get_edit_text(),
self.use_ics_chkb.get_state(),
self.use_encrypt_chkb.get_state(),