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

Merged r294 of experimental-nacl

This commit is contained in:
Andrew Psaltis
2009-03-07 14:49:51 -05:00
21 changed files with 373 additions and 314 deletions

2
curses/prefs_curses.py Executable file → Normal file
View File

@@ -28,7 +28,7 @@ daemon = None
wireless = None
wired = None
language = misc.get_language_list_gui()
from wicd.translations import language
class PrefsDialog(urwid.WidgetWrap):
def __init__(self,body,pos,ui,dbus=None):