evolution-data-server r9688 - branches/gnome-2-24/camel/providers/imap



Author: sragavan
Date: Fri Oct 17 09:41:53 2008
New Revision: 9688
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9688&view=rev

Log:
2008-10-17  Srinivasa Ragavan  <sragavan novell com>

	** Fix for bug #556688

	* camel/providers/imap/camel-imap-folder.c: Sync before emit the
	signal.


Modified:
   branches/gnome-2-24/camel/providers/imap/ChangeLog
   branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c

Modified: branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c	(original)
+++ branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c	Fri Oct 17 09:41:53 2008
@@ -3538,11 +3538,11 @@
 	if (exists > len && !camel_application_is_exiting)
 		imap_update_summary (folder, exists, changes, ex);
 
+	camel_folder_summary_save_to_db (folder->summary, ex);
 	if (camel_folder_change_info_changed (changes))
 		camel_object_trigger_event (CAMEL_OBJECT (folder), "folder_changed", changes);
 
 	camel_folder_change_info_free (changes);
-	camel_folder_summary_save_to_db (folder->summary, ex);
 }
 
 static void



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