[vlc-devel] commit: qt4: be symetric for audio up and down. ( Rémi Duraffort )
git version control
git at videolan.org
Sat Mar 21 23:23:48 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Mar 21 23:22:11 2009 +0100| [e1ca258dee13ccd3795b5412c7ab96365902521d] | committer: Rémi Duraffort
qt4: be symetric for audio up and down.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1ca258dee13ccd3795b5412c7ab96365902521d
---
modules/gui/qt4/actions_manager.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/actions_manager.cpp b/modules/gui/qt4/actions_manager.cpp
index edddb1a..9a77bb6 100644
--- a/modules/gui/qt4/actions_manager.cpp
+++ b/modules/gui/qt4/actions_manager.cpp
@@ -180,6 +180,6 @@ void ActionsManager::AudioUp()
void ActionsManager::AudioDown()
{
- aout_VolumeDown( p_intf, 2, NULL );
+ aout_VolumeDown( p_intf, 1, NULL );
}
More information about the vlc-devel
mailing list