From e775c695e470de6330436162edb78ea9bef32987 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 23 Jun 2007 09:02:13 +0000 Subject: [PATCH] * fix bora build (there's no hildonnotification there) pmo-trunk-r2382 --- src/maemo/modest-platform.c | 2 ++ 1 file changed, 2 insertions(+) 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*/ } -- 1.7.9.5