summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-14 03:17:43 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-14 03:17:43 +0200
commit4e468800d7129c0adbe4bc874932f99a542c4eeb (patch)
treeffd02744277dae9ae6318f7a83b60405cc47893b
parent9111f1ec21d6d974ce78dbaea67b1808baa75021 (diff)
downloadsowatch-4e468800d7129c0adbe4bc874932f99a542c4eeb.tar.gz
sowatch-4e468800d7129c0adbe4bc874932f99a542c4eeb.zip
reenable vibration
-rw-r--r--metawatch/metawatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/metawatch/metawatch.cpp b/metawatch/metawatch.cpp
index 6dfdd2f..3144b35 100644
--- a/metawatch/metawatch.cpp
+++ b/metawatch/metawatch.cpp
@@ -250,7 +250,7 @@ void MetaWatch::displayNotification(Notification *notification)
_idleTimer->stop();
} else {
_ringTimer->stop();
- // XXX setVibrateMode(true, RingLength, RingLength, 2);
+ setVibrateMode(true, RingLength, RingLength, 2);
_idleTimer->start();
}
}