diff options
author | Jürg Billeter <j@bitron.ch> | 2010-04-07 11:48:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-07 11:48:32 +0800 |
commit | f278942da8173256a3f0269d4787a272457e21e0 (patch) | |
tree | 9c097b353ca5398a22063a7fef05007d895540ac | |
parent | b0999aea3cc58aaa56a245586765eca34613b90e (diff) | |
download | gsoc2013-evolution-f278942da8173256a3f0269d4787a272457e21e0.tar.gz gsoc2013-evolution-f278942da8173256a3f0269d4787a272457e21e0.tar.zst gsoc2013-evolution-f278942da8173256a3f0269d4787a272457e21e0.zip |
Bug 614813 - Crash during e-mail migration
-rw-r--r-- | mail/e-mail-migrate.c | 3 |
1 files changed, 1 insertions, 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); |