<table><tr><td style="">wbauer created this revision.<br />wbauer added a reviewer: Amarok.<br />wbauer added a project: Amarok.<br />Herald removed a project: Amarok.<br />wbauer requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D24413">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p><tt style="background: #ebebeb; font-size: 13px;">EngineController::increaseVolume( int ticks )</tt> and <tt style="background: #ebebeb; font-size: 13px;">EngineController::decreaseVolume( int ticks )</tt> take an argument that specifies the amount by which to increase/decrease the volume.<br />
But it gets called with 0 as argument when pressing the shortcut key, so the volume was not changed at all.</p>

<p>To make the keyboard shortcuts work, create new slots that don't take arguments and call the previous ones with the default value.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Press the increase or decrease volume shortcut keys (+ and - by default), the volume is actually changed now, before they had no effect.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R181 Amarok</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24413">https://phabricator.kde.org/D24413</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/EngineController.cpp<br />
src/EngineController.h<br />
src/MainWindow.cpp</div></div></div><br /><div><strong>To: </strong>wbauer, Amarok<br /><strong>Cc: </strong>amarok-devel, Amarok<br /></div>