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