Comment 5 for bug 1404934

Revision history for this message
xapantu (xapantu) wrote :

At line 161,
uri = Glib::filename_from_uri(href);

must be replaced by

 uri = Glib::filename_from_utf8(href);

(I attach the patch for 0.91 because I posted it on another bug, but it must be irrelevant now)