OTHER: make promoe compile against rv-split

This commit is contained in:
Thomas Frauendorfer 2008-11-25 22:12:12 +01:00
parent 982660510a
commit 4df3266088
5 changed files with 81 additions and 11 deletions

View file

@ -128,11 +128,8 @@ BrowseModel::list_cb (const Xmms::List< Xmms::Dict > &res)
}
name += QString::fromStdString (d.get<std::string> ("title"));
} else {
const char *tmp;
QString tmp2 = path.mid (path.lastIndexOf ("/")+1);
tmp = xmmsc_result_decode_url (NULL, tmp2.toAscii ());
name = QString::fromUtf8 (tmp);
free ((char *)tmp);
name = decodeXmmsUrl (tmp2);
}
}