OTHER: Fix segfault in Server-side browser.
This commit is contained in:
parent
3bcdfad1d3
commit
9a94286d70
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ BrowseModel::list_cb (const Xmms::List< Xmms::Dict > &res)
|
||||||
|
|
||||||
qSort (m_list.begin (), m_list.end (), BrowseModelItem::itemCompare);
|
qSort (m_list.begin (), m_list.end (), BrowseModelItem::itemCompare);
|
||||||
|
|
||||||
qDebug ("%s", qPrintable(m_list.at(0)->data("name")));
|
//qDebug ("%s", m_list.size() > 0 ? qPrintable(m_list.at(0)->data("name")) : "none");
|
||||||
|
|
||||||
reset ();
|
reset ();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue