Working playlist in Promoe!

This commit is contained in:
Tobias Rundstrom 2006-02-26 18:06:03 -03:00
parent 3ce3581d04
commit 9693e64dab
7 changed files with 256 additions and 35 deletions

View file

@ -26,7 +26,6 @@ PlayStatus::setPixmaps (Skin *skin)
void
PlayStatus::setStatus (uint status)
{
qDebug("funkar");
if (status == XMMS_PLAYBACK_STATUS_STOP) {
m_pixmap = m_pixmap_stop;
} else if (status == XMMS_PLAYBACK_STATUS_PLAY) {