From 30cf6ac183157943528f2a7b445de28037a3b8e0 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 31 Oct 2011 01:58:16 +0000 Subject: [PATCH] Typo --- src/plugins/profiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/profiles.c b/src/plugins/profiles.c index 420ee95..cbb90e8 100644 --- a/src/plugins/profiles.c +++ b/src/plugins/profiles.c @@ -543,7 +543,7 @@ static gboolean _profiles_on_vibrate(gpointer data) if(profiles->vibrator < 0) { /* stop the vibrator */ - event.type = PHONE_EVENT_TYPE_VIBRATOR_ON; + event.type = PHONE_EVENT_TYPE_VIBRATOR_OFF; helper->event(helper->phone, &event); /* vibrate again only if necessary */ profiles->vibrator = (-profiles->vibrator) - 1;