* fix bora build (there's no hildonnotification there)
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 23 Jun 2007 09:02:13 +0000 (09:02 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Sat, 23 Jun 2007 09:02:13 +0000 (09:02 +0000)
pmo-trunk-r2382

src/maemo/modest-platform.c

index 4b8ebbd..6e95fd6 100644 (file)
@@ -963,6 +963,7 @@ modest_platform_get_global_settings_dialog ()
 void 
 modest_platform_on_new_msg (void)
 {
 void 
 modest_platform_on_new_msg (void)
 {
+#ifndef MODEST_HILDON_VERSION_0
        HildonNotification *not;
 
        /* Create a new notification. FIXME put the right values, need
        HildonNotification *not;
 
        /* Create a new notification. FIXME put the right values, need
@@ -984,6 +985,7 @@ modest_platform_on_new_msg (void)
                g_error ("Failed to send notification");
                
        g_object_unref (not);
                g_error ("Failed to send notification");
                
        g_object_unref (not);
+#endif /*MODEST_HILDON_VERSION_0*/
 }
 
 
 }