OTHER: make promoe compile against rv-split
This commit is contained in:
parent
982660510a
commit
4df3266088
5 changed files with 81 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue