Add support for setting brand images in message view widgets
[modest] / src / modest-datetime-formatter.c
index c4a3ceb..69665e0 100644 (file)
@@ -166,6 +166,7 @@ static void
 time_changed_cb (gpointer userdata)
 {
        time_get_synced ();
+       g_signal_emit (G_OBJECT (userdata), signals[FORMAT_CHANGED_SIGNAL], 0);
 }
 #endif
 
@@ -202,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
 
 }