evolution r36846 - branches/gnome-2-24/mail



Author: msuman
Date: Mon Dec  8 09:19:50 2008
New Revision: 36846
URL: http://svn.gnome.org/viewvc/evolution?rev=36846&view=rev

Log:
Milan Crha  <mcrha redhat com> ** Fix for bug #337082 (Do not set 'finished loading' until we are really done with it. The previous behavior can cause duplicate nodes in tree for subscribed folders).

Modified:
   branches/gnome-2-24/mail/ChangeLog
   branches/gnome-2-24/mail/em-folder-tree.c

Modified: branches/gnome-2-24/mail/em-folder-tree.c
==============================================================================
--- branches/gnome-2-24/mail/em-folder-tree.c	(original)
+++ branches/gnome-2-24/mail/em-folder-tree.c	Mon Dec  8 09:19:50 2008
@@ -1896,7 +1896,8 @@
 		return;
 	}
 
-	gtk_tree_store_set((GtkTreeStore *)model, root, COL_BOOL_LOAD_SUBDIRS, FALSE, -1);
+	/* do not set LOAD_SUBDIRS to FALSE until we are really done with loading */
+	/* gtk_tree_store_set ((GtkTreeStore *)model, root, COL_BOOL_LOAD_SUBDIRS, FALSE, -1); */
 
 	m = mail_msg_new (&get_folder_info_info);
 	m->root = gtk_tree_row_reference_new (model, tree_path);



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