[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/amarok/amarok
From:       Stanislav Karchebny <berk () upnet ! ru>
Date:       2004-01-08 14:14:47
Message-ID: 20040108141447.82FEB9059 () office ! kde ! org
[Download RAW message or body]

CVS commit by karchebny: 

* From the way it was to the other way around.


  M +3 -3      amaroksystray.cpp   1.4


--- kdenonbeta/amarok/amarok/amaroksystray.cpp  #1.3:1.4
@@ -70,7 +70,4 @@ void AmarokSystray::wheelEvent( QWheelEv
     {
     case ShiftButton:
-        static_cast<PlayerApp *>( kapp ) ->m_pPlayerWidget->wheelEvent( e );
-        break;
-    default:
         if ( e->delta() > 0 )
             static_cast<PlayerApp *>( kapp ) ->slotNext();
@@ -78,4 +75,7 @@ void AmarokSystray::wheelEvent( QWheelEv
             static_cast<PlayerApp *>( kapp ) ->slotPrev();
         break;
+    default:
+        static_cast<PlayerApp *>( kapp ) ->m_pPlayerWidget->wheelEvent( e );
+        break;
     }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic