2007-06-21 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Thu, 21 Jun 2007 17:20:51 +0000 (17:20 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 21 Jun 2007 17:20:51 +0000 (17:20 +0000)
* 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
ChangeLog2
src/maemo/modest-platform.c

index acb6b92..147f81a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,7 @@
+2007-06-21  Murray Cumming,,,  <murrayc@murrayc-desktop>
+
+       reviewed by: <delete if not using a buddy>
+
+       * src/maemo/modest-platform.c: (modest_platform_on_new_msg):
+
 * please check the svn log instead
index f7e292d..a8e4b72 100644 (file)
@@ -1,3 +1,9 @@
+2007-06-21  Murray Cumming  <murrayc@murrayc.com>
+
+       * 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  <armin@openismus.com>
 
        * src/maemo/modest-maemo-utils.h:
index 69a85e5..4b8ebbd 100644 (file)
@@ -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);