[GTKUI] Fix installing plugin from non-ascii path
This commit is contained in:
parent
803a33efde
commit
d932c3ab99
@ -975,7 +975,7 @@ class Preferences(component.Component):
|
|||||||
response = chooser.run()
|
response = chooser.run()
|
||||||
|
|
||||||
if response == gtk.RESPONSE_OK:
|
if response == gtk.RESPONSE_OK:
|
||||||
filepath = chooser.get_filename()
|
filepath = deluge.common.decode_string(chooser.get_filename())
|
||||||
else:
|
else:
|
||||||
chooser.destroy()
|
chooser.destroy()
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user