From 507bc7a23063466c5fcb9b748e0446a72e27e8de Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 20 May 2010 21:52:35 +0000 Subject: [PATCH] Added an important comment --- src/plugins/profiles.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/profiles.c b/src/plugins/profiles.c index f67c5fb..d5cb34a 100644 --- a/src/plugins/profiles.c +++ b/src/plugins/profiles.c @@ -137,6 +137,7 @@ static int _profiles_event(PhonePlugin * plugin, PhoneEvent event, ...) PhonePluginHelper * helper = plugin->helper; if(profiles->event == (int)event) + /* FIXME this should probably only apply to phone calls */ return 0; /* already taking care of it */ if(profiles->source != 0) g_source_remove(profiles->source);