mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
Fix spurious whitespacing and indentation
This commit is contained in:
@@ -179,8 +179,8 @@ class AdvancedSettingsDialog(urwid.WidgetWrap):
|
|||||||
self.set_net_prop("dns3", '')
|
self.set_net_prop("dns3", '')
|
||||||
self.set_net_prop('dhcphostname',self.dhcp_h.get_edit_text())
|
self.set_net_prop('dhcphostname',self.dhcp_h.get_edit_text())
|
||||||
self.set_net_prop('usedhcphostname',self.use_dhcp_h.get_state())
|
self.set_net_prop('usedhcphostname',self.use_dhcp_h.get_state())
|
||||||
|
|
||||||
# Prevent comboboxes from dying.
|
# Prevent comboboxes from dying.
|
||||||
|
|
||||||
def ready_widgets(self,ui,body):
|
def ready_widgets(self,ui,body):
|
||||||
self.ui = ui
|
self.ui = ui
|
||||||
self.body = body
|
self.body = body
|
||||||
|
|||||||
Reference in New Issue
Block a user