[evolution] Bug 614813 - Crash during e-mail migration
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 614813 - Crash during e-mail migration
- Date: Wed, 7 Apr 2010 03:49:04 +0000 (UTC)
commit 879b8753ff91abec1d47da262582dc6ad8c73c49
Author: Jürg Billeter <j bitron ch>
Date: Tue Apr 6 23:48:04 2010 -0400
Bug 614813 - Crash during e-mail migration
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 968aaa6..5deca66 100644
--- a/mail/e-mail-migrate.c
+++ b/mail/e-mail-migrate.c
@@ -563,8 +563,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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]