From: Jose Dapena Paz Date: Tue, 2 Jun 2009 14:11:48 +0000 (+0200) Subject: Also sync on creating the datetime formatter. This way we don't lose a X-Git-Tag: 3.0.17-rc10~13 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=52f4cfc31e7a02de3ba35bff29611db049c0162e 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. --- 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 }