evolution r36847 - trunk/mail
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36847 - trunk/mail
- Date: Mon, 8 Dec 2008 09:20:00 +0000 (UTC)
Author: msuman
Date: Mon Dec 8 09:20:00 2008
New Revision: 36847
URL: http://svn.gnome.org/viewvc/evolution?rev=36847&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:
trunk/mail/ChangeLog
trunk/mail/em-folder-tree.c
Modified: trunk/mail/em-folder-tree.c
==============================================================================
--- trunk/mail/em-folder-tree.c (original)
+++ trunk/mail/em-folder-tree.c Mon Dec 8 09:20:00 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]