From: Dirk-Jan C. Binnema Date: Sat, 23 Jun 2007 09:02:13 +0000 (+0000) Subject: * fix bora build (there's no hildonnotification there) X-Git-Tag: git_migration_finished~3149 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=e775c695e470de6330436162edb78ea9bef32987 * fix bora build (there's no hildonnotification there) pmo-trunk-r2382 --- diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index 4b8ebbd..6e95fd6 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -963,6 +963,7 @@ modest_platform_get_global_settings_dialog () void modest_platform_on_new_msg (void) { +#ifndef MODEST_HILDON_VERSION_0 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); +#endif /*MODEST_HILDON_VERSION_0*/ }