From f5dacc075b7a68afc0ed0aa4a4c8f6e8cc2d6e33 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 8 Jun 2009 09:30:31 +0200 Subject: [PATCH] Build fix --- src/modest-datetime-formatter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modest-datetime-formatter.c b/src/modest-datetime-formatter.c index 1597be2..db50dc1 100644 --- a/src/modest-datetime-formatter.c +++ b/src/modest-datetime-formatter.c @@ -230,8 +230,10 @@ modest_datetime_formatter_finalize (GObject *obj) NULL); /* Disconnect notification */ +#ifdef MODEST_USE_LIBTIME osso_time_set_notification_cb (modest_platform_get_osso_context (), NULL, NULL); #endif +#endif G_OBJECT_CLASS (parent_class)->finalize (obj); } -- 1.7.9.5