diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-22 14:53:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-22 14:53:23 +0000 |
| commit | 36460a06f31ca92371d84d59bd9dd52f0c5a46a0 (patch) | |
| tree | f6ad1a44302c92083467dfc139b6362068c6d1ed /src/ui/mainwindow.cpp | |
| parent | 5e38daa8fa1d75f7f9d3fd563f2c25a528813f46 (diff) | |
| download | qmmp-36460a06f31ca92371d84d59bd9dd52f0c5a46a0.tar.gz qmmp-36460a06f31ca92371d84d59bd9dd52f0c5a46a0.tar.bz2 qmmp-36460a06f31ca92371d84d59bd9dd52f0c5a46a0.zip | |
reverted r1563 (Closes issue 254)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1566 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
| -rw-r--r-- | src/ui/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index d021e4335..b43c65aaf 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -146,6 +146,7 @@ void MainWindow::play() void MainWindow::replay() { + stop(); m_pl_manager->activatePlayList(m_pl_manager->selectedPlayList()); play(); } |
