From: Sergio Villar Senin Date: Fri, 2 Oct 2009 07:23:19 +0000 (+0200) Subject: Fixes NB#141137, do not play email tone twice when sending notifications X-Git-Tag: 3.1.2~4 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=36c814ae7940e33062b358c475c7c134218875c7 Fixes NB#141137, do not play email tone twice when sending notifications --- diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index 53bfd52..0dc579d 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -1672,8 +1672,6 @@ modest_platform_on_new_headers_received (GList *URI_list, g_object_unref (account); } - /* Play sound */ - modest_platform_play_email_tone (); if (notify_notification_show (NOTIFY_NOTIFICATION (notification), NULL)) { GSList *notifications_list = NULL;