Fix volume key navigation.
authorAkos Polster <akos@pipacs.com>
Sat, 6 Nov 2010 19:39:05 +0000 (20:39 +0100)
committerAkos Polster <akos@pipacs.com>
Sat, 6 Nov 2010 19:39:05 +0000 (20:39 +0100)
bookview.cpp
pkg/changelog

index d588c28..a00f4b0 100644 (file)
@@ -499,10 +499,10 @@ void BookView::onMediaKeysPressed(MediaKeysObserver::MediaKeys key)
     if (grabbingVolumeKeys) {
         if (key == MediaKeysObserver::EVolIncKey) {
             qDebug() << "Volume up";
-            goNextPage();
+            goPreviousPage();
         } else if (key == MediaKeysObserver::EVolDecKey){
             qDebug() << "Volume down";
-            goPreviousPage();
+            goNextPage();
         }
     }
 }
index 579d365..8ea68b6 100644 (file)
@@ -1,6 +1,7 @@
 dorian (0.3.4-1) unstable; urgency=low
 
   * On Symbian, display confirmation after downloading a book
+  * Navigate with volume keys on Symbian, too
 
  -- Akos Polster <akos@pipacs.com>  Fri,  5 Nov 2010 02:00:00 +0100