Commit e1ca258d authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: be symetric for audio up and down.

parent 434bd50c
...@@ -180,6 +180,6 @@ void ActionsManager::AudioUp() ...@@ -180,6 +180,6 @@ void ActionsManager::AudioUp()
void ActionsManager::AudioDown() void ActionsManager::AudioDown()
{ {
aout_VolumeDown( p_intf, 2, NULL ); aout_VolumeDown( p_intf, 1, NULL );
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment