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

Fixed some spacing issues in the code itself, probably not all of them.

This commit is contained in:
Andrew Psaltis
2009-10-31 17:53:39 -04:00
parent 2cc81bfa77
commit 4fa245b79a

View File

@@ -104,17 +104,14 @@ class PrefsDialog(urwid.WidgetWrap):
flush2_t = 'route'
#### Advanced Settings
#wpa_t=('editcp',language['wpa_supplicant_driver']+':')
wpa_cat_t=('header', language['wpa_supplicant'])
wpa_t=('editcp','Driver:')
wpa_list = ['spam','double spam','triple spam','quadruple spam']
wpa_list = []
wpa_warn_t = ('important', language['always_use_wext'])
backend_cat_t = ('header', language['backend'])
backend_t = language['backend']+':'
backend_list = ['spam','double spam','triple spam','quadruple spam']
#backend_warn_t = ('important',
# 'Changes to the backend (probably) requires a daemon restart')
backend_list = []
debug_cat_t = ('header', language['debugging'])
debug_mode_t = language['use_debug_mode']
@@ -204,7 +201,8 @@ class PrefsDialog(urwid.WidgetWrap):
self.flush_l = [self.flush0,self.flush1,self.flush2]
externalLB = urwid.ListBox([self.dhcp_header,
self.dhcp0,self.dhcp2,self.dhcp3,self.dhcp1,self.dhcp4,
self.dhcp0,self.dhcp2,self.dhcp3,self.dhcp1,
self.dhcp4,
_blank,
self.wired_detect_header,
self.wired0,self.wired1,self.wired2,