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

Merged mainline r297 of 1.6.

This commit is contained in:
Andrew Psaltis
2009-02-13 13:27:38 -05:00
11 changed files with 98 additions and 107 deletions

View File

@@ -897,7 +897,7 @@ def main():
('green','dark green','default'),
('blue','dark blue','default'),
('red','dark red','default'),
('bold','white','default','bold')])
('bold','white','black','bold')])
# This is a wrapper around a function that calls another a function that is a
# wrapper around a infinite loop. Fun.
ui.run_wrapper(run)