diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-17 16:43:46 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-17 16:43:46 +0000 |
| commit | 4482829287e10dbac28fa50e1c32b55fe35ad378 (patch) | |
| tree | a3765702a3c68acc26dfd1476682d56164fb28fb /src/ui/mainwindow.cpp | |
| parent | aba624d7a5b7f374562fb96ec1e8dc39917f86ae (diff) | |
| download | qmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.tar.gz qmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.tar.bz2 qmmp-4482829287e10dbac28fa50e1c32b55fe35ad378.zip | |
general plugin api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@274 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
| -rw-r--r-- | src/ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 59294d31a..46bf23c65 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -364,7 +364,7 @@ void MainWindow::showOutputState(const OutputState &st) } case OutputState::Volume: { - m_generalHandler->updateVolume(st.leftVolume(), st.rightVolume()); + m_generalHandler->setVolume(st.leftVolume(), st.rightVolume()); } } |
