From f05a4c1174091f07bd923a771456080a1d3c56db Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 30 Oct 2009 14:39:15 +0100 Subject: Copy-paste error --- qtspotifymain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qtspotifymain.cpp b/qtspotifymain.cpp index 1e563ec..21c6231 100644 --- a/qtspotifymain.cpp +++ b/qtspotifymain.cpp @@ -299,9 +299,9 @@ void QtSpotifyMain::initPlayBackHandlingState(QState *playBackHandlingState) playingState->setObjectName("playingState"); playingState->assignProperty(m_ui.actionPlayOrStop, "enabled", true); connect(playingState, SIGNAL(entered()), this, SLOT(play())); - stoppedState->assignProperty(m_ui.actionPauseOrResume, "enabled", true); - stoppedState->assignProperty(m_ui.playButton, "enabled", true); - stoppedState->assignProperty(m_ui.skipSongButton, "enabled", true); + playingState->assignProperty(m_ui.actionPauseOrResume, "enabled", true); + playingState->assignProperty(m_ui.playButton, "enabled", true); + playingState->assignProperty(m_ui.skipSongButton, "enabled", true); initPlayingState(playingState); } -- cgit v1.2.3