X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-datetime-formatter.c;h=db50dc1c280fbca8d6dbf7dcd8e8a93d2dcf9c55;hp=1597be27c70648a21e2c330173d669dd40c6eed1;hb=4d39841513a3a7f7aa9d38ab97cb9fcc9171e80b;hpb=b370fe7b0360f7c9381fca8e04bef9b117ceef80 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); }