Added filedialog on eject button.

This commit is contained in:
Tobias Rundstrom 2006-02-27 21:36:40 -03:00
parent f64f4748a3
commit 277dfb619a
5 changed files with 70 additions and 1 deletions

View file

@ -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;
}