From: Sergio Villar Senin Date: Mon, 22 Dec 2008 11:07:06 +0000 (+0000) Subject: Fixes NB#94666, replaced the notification category for new messages X-Git-Tag: git_migration_finished~910 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=7346ebef4e310d8fc279ca2d5548d3d928d72fd3 Fixes NB#94666, replaced the notification category for new messages pmo-trunk-r6958 --- diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index 2a2110e..0644ade 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -1225,14 +1225,15 @@ modest_platform_on_new_headers_received (TnyList *header_list, g_object_unref (datetime_formatter); display_address = tny_header_dup_from (header); - modest_text_utils_get_display_address (display_address); /* string is changed in-place */ - + /* string is changed in-place */ + modest_text_utils_get_display_address (display_address); + summary = g_strdup_printf ("%s - %s", display_date, display_address); str = tny_header_dup_subject (header); notification = hildon_notification_new (summary, str, "qgn_list_messagin", - "email.arrive"); + "email-message"); g_free (str); /* Create the message URL */ str = tny_header_dup_uid (header);