From f278942da8173256a3f0269d4787a272457e21e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Tue, 6 Apr 2010 23:48:04 -0400 Subject: Bug 614813 - Crash during e-mail migration --- mail/e-mail-migrate.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail/e-mail-migrate.c b/mail/e-mail-migrate.c index e262dc7126..f28bf56825 100644 --- a/mail/e-mail-migrate.c +++ b/mail/e-mail-migrate.c @@ -2836,8 +2836,7 @@ migrate_folders(CamelStore *store, gboolean is_local, CamelFolderInfo *fi, const *nth_folder = *nth_folder + 1; info->progress = (double) (*nth_folder) / total_folders; - g_idle_add ((GSourceFunc) update_states_in_main_thread, - &info); + g_idle_add ((GSourceFunc) update_states_in_main_thread, info); if (is_local) folder = camel_store_get_folder (store, fi->full_name, CAMEL_STORE_IS_MIGRATING, ex); -- cgit v1.2.3