Added filedialog on eject button.
This commit is contained in:
parent
f64f4748a3
commit
277dfb619a
5 changed files with 70 additions and 1 deletions
|
|
@ -101,7 +101,9 @@ PlaylistList::playlistChanged (QHash<QString,QString> h)
|
|||
while (!m_items->isEmpty())
|
||||
delete m_items->takeFirst();
|
||||
|
||||
xmmsh->requestPlaylistList ();
|
||||
if (signal != XMMS_PLAYLIST_CHANGED_CLEAR) {
|
||||
xmmsh->requestPlaylistList ();
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue