From e5816f12f8875a47267d1c83091216c78dd62bcc Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 21 Jun 2007 17:20:51 +0000 Subject: [PATCH] 2007-06-21 Murray Cumming * src/maemo/modest-platform.c: (modest_platform_on_new_msg): Comment out the use of hildon_notification_set_sound() because it is not declared, to fix the build. Warnings are serious, people. pmo-trunk-r2368 --- ChangeLog | 6 ++++++ ChangeLog2 | 6 ++++++ src/maemo/modest-platform.c | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index acb6b92..147f81a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1,7 @@ +2007-06-21 Murray Cumming,,, + + reviewed by: + + * src/maemo/modest-platform.c: (modest_platform_on_new_msg): + * please check the svn log instead diff --git a/ChangeLog2 b/ChangeLog2 index f7e292d..a8e4b72 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,9 @@ +2007-06-21 Murray Cumming + + * src/maemo/modest-platform.c: (modest_platform_on_new_msg): + Comment out the use of hildon_notification_set_sound() because it is + not declared, to fix the build. Warnings are serious, people. + 2007-06-21 Armin Burgmeier * src/maemo/modest-maemo-utils.h: diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 69a85e5..4b8ebbd 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -973,7 +973,7 @@ modest_platform_on_new_msg (void) "system.note.dialog"); /* Play sound SR-SND-18. TODO: play the right file */ - hildon_notification_set_sound (not, "/usr/share/sounds/ui-new_email.wav"); + /* TODO: Where is this declared? hildon_notification_set_sound (not, "/usr/share/sounds/ui-new_email.wav"); */ /* Set the led pattern */ notify_notification_set_hint_int32 (NOTIFY_NOTIFICATION (not), "led-pattern", 3); -- 1.7.9.5