[evolution/gnome-2-30] Bug 614813 - Crash during e-mail migration



commit f278942da8173256a3f0269d4787a272457e21e0
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 e262dc7..f28bf56 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]