From 52f4cfc31e7a02de3ba35bff29611db049c0162e Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 2 Jun 2009 16:11:48 +0200 Subject: [PATCH] Also sync on creating the datetime formatter. This way we don't lose a time format change between app startup and first call to formatter. --- src/modest-datetime-formatter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modest-datetime-formatter.c b/src/modest-datetime-formatter.c index dfd510e..69665e0 100644 --- a/src/modest-datetime-formatter.c +++ b/src/modest-datetime-formatter.c @@ -203,6 +203,7 @@ init_format (ModestDatetimeFormatter *obj) osso_time_set_notification_cb (modest_platform_get_osso_context (), time_changed_cb, obj); + time_get_synced (); #endif } -- 1.7.9.5