Fix stream icons when add and edit!

This commit is contained in:
craig
2012-02-11 20:47:41 +00:00
parent 07771cd05d
commit 81a71b25f5
2 changed files with 3 additions and 3 deletions

View File

@@ -389,6 +389,7 @@ void StreamsModel::editStream(const QModelIndex &index, const QString &oldCat, c
QString oldUrl(stream->url.toString());
stream->name=name;
stream->url=url;
stream->icon=icon;
if (oldUrl!=url) {
cat->itemMap.remove(oldUrl);
cat->itemMap.insert(url, stream);