mirror of
https://github.com/gryf/wicd.git
synced 2026-02-22 18:15:53 +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')
|
language[i] = language[i].decode('utf8')
|
||||||
|
|
||||||
def _(s):
|
def _(s):
|
||||||
orig_(s).decode('utf8')
|
return orig_(s).decode('utf8')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
##### SUPPORT CLASSES
|
##### SUPPORT CLASSES
|
||||||
|
|||||||
Reference in New Issue
Block a user