1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Renamed a bunch of variables in gui.py to comply to python conventions.

Fixed a few small bugs due to misnamed variables in gui.py and networking.py
This commit is contained in:
imdano
2008-03-04 11:55:34 +00:00
parent 8289e44d86
commit 7de302fa1c
2 changed files with 432 additions and 441 deletions

871
gui.py

File diff suppressed because it is too large Load Diff

View File

@@ -303,7 +303,7 @@ class Wireless(Controller):
wiface = self.wiface wiface = self.wiface
print 'Creating ad-hoc network' print 'Creating ad-hoc network'
print 'Killing dhclient and wpa_supplicant' print 'Killing dhclient and wpa_supplicant'
wiface.StopDHCP() wnettools.StopDHCP()
wiface.StopWPA() wiface.StopWPA()
print 'Putting wireless interface down' print 'Putting wireless interface down'
wiface.Down() wiface.Down()