evolution-data-server r8956 - branches/camel-db-summary/camel



Author: sragavan
Date: Mon Jun  9 09:20:18 2008
New Revision: 8956
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8956&view=rev

Log:
Make junk/trash rock.


Modified:
   branches/camel-db-summary/camel/camel-folder-summary.c

Modified: branches/camel-db-summary/camel/camel-folder-summary.c
==============================================================================
--- branches/camel-db-summary/camel/camel-folder-summary.c	(original)
+++ branches/camel-db-summary/camel/camel-folder-summary.c	Mon Jun  9 09:20:18 2008
@@ -654,8 +654,6 @@
 	struct _CamelFolderSummaryPrivate *p = _PRIVATE(s);
 	printf("removing cache... %s %d\n", s->folder->full_name, g_hash_table_size (s->loaded_infos));
 	#warning "hack. fix it"
-	if (g_hash_table_size(s->loaded_infos) == 0)
-		return;
 	CAMEL_SUMMARY_LOCK (s, summary_lock);
 	g_hash_table_foreach_remove (s->loaded_infos, remove_item, s);
 	CAMEL_SUMMARY_UNLOCK (s, summary_lock);



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