diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-23 14:37:38 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-23 14:37:38 +0800 |
commit | 9755d8bb70c96140ef4f30f231241946d1524319 (patch) | |
tree | ad2b2d8952888cd90ba3c0fafd5042ee3e3be41c | |
parent | e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb (diff) | |
download | gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.gz gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.bz2 gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.lz gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.xz gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.tar.zst gsoc2013-evolution-9755d8bb70c96140ef4f30f231241946d1524319.zip |
Turned on BROKEN_ETREE.
2001-03-23 Christopher James Lahey <clahey@ximian.com>
* message-list.c: Turned on BROKEN_ETREE.
svn path=/trunk/; revision=8914
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/message-list.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 28206eac84..a5a02daec5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-03-23 Christopher James Lahey <clahey@ximian.com> + + * message-list.c: Turned on BROKEN_ETREE. + 2001-03-22 Iain Holmes <iain@ximian.com> * importers/evolution-outlook-importer.c: Update for new IDL. diff --git a/mail/message-list.c b/mail/message-list.c index 1a6248fa2c..2518f35125 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -1398,7 +1398,7 @@ build_tree (MessageList *ml, CamelFolderThread *thread, CamelFolderChangeInfo *c if (ml->cursor_uid) saveuid = g_strdup(ml->cursor_uid); -/*#define BROKEN_ETREE*/ /* avoid some broken code in etree(?) by not using the incremental update */ +#define BROKEN_ETREE /* avoid some broken code in etree(?) by not using the incremental update */ top = e_tree_model_node_get_first_child(etm, ml->tree_root); #ifndef BROKEN_ETREE |