aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-21 20:19:58 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-21 20:19:58 +0000
commit0a5f4888afd478f0bae06c784ae4e900e91b30e0 (patch)
treeff630c917525f4a279defc78e5fc21684bbff490 /src/ui/mainwindow.cpp
parent388c428d19a5d70f8c99b1b50d6f9f03820d3dba (diff)
downloadqmmp-0a5f4888afd478f0bae06c784ae4e900e91b30e0.tar.gz
qmmp-0a5f4888afd478f0bae06c784ae4e900e91b30e0.tar.bz2
qmmp-0a5f4888afd478f0bae06c784ae4e900e91b30e0.zip
some engine improvements
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1562 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
-rw-r--r--src/ui/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp
index b43c65aaf..d021e4335 100644
--- a/src/ui/mainwindow.cpp
+++ b/src/ui/mainwindow.cpp
@@ -146,7 +146,6 @@ void MainWindow::play()
void MainWindow::replay()
{
- stop();
m_pl_manager->activatePlayList(m_pl_manager->selectedPlayList());
play();
}