mirror of
https://github.com/gryf/wicd.git
synced 2026-01-04 21:04:15 +01:00
Fix crash with wicd-curses
This commit is contained in:
@@ -81,7 +81,7 @@ for i in language.keys():
|
||||
language[i] = language[i].decode('utf8')
|
||||
|
||||
def _(s):
|
||||
orig_(s).decode('utf8')
|
||||
return orig_(s).decode('utf8')
|
||||
|
||||
########################################
|
||||
##### SUPPORT CLASSES
|
||||
|
||||
Reference in New Issue
Block a user