diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-17 02:23:42 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-17 02:23:42 +0200 |
commit | a3797790c7da7a5c88005735619dc56a96264930 (patch) | |
tree | 31c72d30c6240e039946e0cce77daf739db7a7ea /nekowatchlet | |
parent | 8acbca729c2bca966c0e4b91701654532af2f55c (diff) | |
download | sowatch-a3797790c7da7a5c88005735619dc56a96264930.tar.gz sowatch-a3797790c7da7a5c88005735619dc56a96264930.zip |
add the missing pieces for button support
Diffstat (limited to 'nekowatchlet')
-rw-r--r-- | nekowatchlet/liveview.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nekowatchlet/liveview.qml b/nekowatchlet/liveview.qml index fcfb5ff..c1afdbc 100644 --- a/nekowatchlet/liveview.qml +++ b/nekowatchlet/liveview.qml @@ -43,6 +43,8 @@ Rectangle { switch (button) { case 1: case 2: + case 3: + case 4: goToRandomPosition(); break; } |