From 140c6bfafe91007c7e24ebf59270c8ad8060e875 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Fri, 9 Dec 2011 02:26:31 +0100
Subject: Removing the entire grabButton/ungrab mechanism

Applications&server no longer have to grab/ungrab buttons.
Also, LED button should now work everywhere in digital MetaWatch.
---
 qmafwwatchlet/metawatch-digital.qml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

(limited to 'qmafwwatchlet')

diff --git a/qmafwwatchlet/metawatch-digital.qml b/qmafwwatchlet/metawatch-digital.qml
index 345aab6..7ceda73 100644
--- a/qmafwwatchlet/metawatch-digital.qml
+++ b/qmafwwatchlet/metawatch-digital.qml
@@ -37,14 +37,11 @@ Rectangle {
 			case 2:
 				player.volumeDown();
 				break;
-			case 3:
-				player.playPause();
-				break;
 			case 4:
-				player.next();
+				player.playPause();
 				break;
 			case 5:
-				player.previous();
+				player.next();
 				break;
 			}
 		}
-- 
cgit v1.2.3