diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-12-09 02:26:31 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-12-09 02:26:31 +0100 |
commit | 140c6bfafe91007c7e24ebf59270c8ad8060e875 (patch) | |
tree | 59c23a95edb83736fb914ade8fc287c5490528fd /libsowatch/watchserver.cpp | |
parent | cbf8e3ad49917dc71e8c5f6413c55f266c1c4ad3 (diff) | |
download | sowatch-140c6bfafe91007c7e24ebf59270c8ad8060e875.tar.gz sowatch-140c6bfafe91007c7e24ebf59270c8ad8060e875.zip |
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.
Diffstat (limited to 'libsowatch/watchserver.cpp')
-rw-r--r-- | libsowatch/watchserver.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libsowatch/watchserver.cpp b/libsowatch/watchserver.cpp index 9d7859d..acb54c3 100644 --- a/libsowatch/watchserver.cpp +++ b/libsowatch/watchserver.cpp @@ -141,9 +141,6 @@ uint WatchServer::getNotificationCount(Notification::Type type) void WatchServer::goToIdle() { _watch->displayIdleScreen(); - if (_nextWatchletButton >= 0) { - _watch->grabButton(_nextWatchletButton); - } } void WatchServer::watchConnected() |