diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-21 20:19:58 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-21 20:19:58 +0000 |
| commit | 0a5f4888afd478f0bae06c784ae4e900e91b30e0 (patch) | |
| tree | ff630c917525f4a279defc78e5fc21684bbff490 /src/ui/mainwindow.cpp | |
| parent | 388c428d19a5d70f8c99b1b50d6f9f03820d3dba (diff) | |
| download | qmmp-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.cpp | 1 |
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(); } |
