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:
@@ -303,7 +303,7 @@ class Wireless(Controller):
|
||||
wiface = self.wiface
|
||||
print 'Creating ad-hoc network'
|
||||
print 'Killing dhclient and wpa_supplicant'
|
||||
wiface.StopDHCP()
|
||||
wnettools.StopDHCP()
|
||||
wiface.StopWPA()
|
||||
print 'Putting wireless interface down'
|
||||
wiface.Down()
|
||||
|
||||
Reference in New Issue
Block a user