Some cleanups, file moves and changes in PlayStatus
This commit is contained in:
parent
a5e35d986e
commit
3f8ba378ad
10 changed files with 55 additions and 33 deletions
|
@ -134,6 +134,8 @@ MainDisplay::setPixmaps (Skin *skin)
|
|||
void
|
||||
MainDisplay::setStatus (Xmms::Playback::Status status)
|
||||
{
|
||||
m_playstatus->setStatus (status);
|
||||
|
||||
if (status == Xmms::Playback::STOPPED) {
|
||||
m_time->setTime(0);
|
||||
m_posbar->setValue (0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue