X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-header-window.c;h=47835081c8a727dccfaa0768e34042faa8b21573;hp=a07d99976b31e2da2afa1e7115f40015141e15f5;hb=ae42e55503163b12dd6f94668965a4fb34b102d1;hpb=83e3ede47d454f99f1fa32b80b3dfaeb37b8f557 diff --git a/src/hildon2/modest-header-window.c b/src/hildon2/modest-header-window.c index a07d999..4783508 100644 --- a/src/hildon2/modest-header-window.c +++ b/src/hildon2/modest-header-window.c @@ -255,6 +255,9 @@ modest_header_window_finalize (GObject *obj) priv = MODEST_HEADER_WINDOW_GET_PRIVATE(obj); + tny_folder_sync_async (TNY_FOLDER (priv->folder), + FALSE, NULL, NULL, NULL); + g_object_unref (priv->folder); g_object_unref (priv->header_view); g_object_unref (priv->empty_view);