1
0
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:
David Paleino
2012-04-12 22:02:06 +02:00
parent 495791ff8e
commit 6ccbc45e05

View File

@@ -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