CVS: sylpheedclaws/sylpheed-claws/src summaryview.c,1.395.2.203,1.395.2.204
[email protected] Sun, 21 May 2006 19:56:13 +0000 (UTC)
Newsgroups
gmane.mail.sylpheed.claws.cvs
Message-ID
<[email protected] >
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv20614/src
Modified Files:
Tag: gtk2
summaryview.c
Log Message:
2006-05-21 [colin] 2.2.0cvs44
* src/summaryview.c
Don't expand after building threads, but during
Index: summaryview.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/summaryview.c,v
retrieving revision 1.395.2.203
retrieving revision 1.395.2.204
diff -u -d -r1.395.2.203 -r1.395.2.204
--- summaryview.c 2006/05/21 18:49:20 1.395.2.203
+++ summaryview.c 2006/05/21 19:55:28 1.395.2.204
@@ -2347,8 +2347,8 @@
summary_set_header(summaryview, text, msginfo, &free_from);
gtk_sctree_set_node_info(ctree, cnode, text[col_pos[S_COL_SUBJECT]], 2,
- NULL, NULL, NULL, NULL, FALSE,
- gnode->parent->parent ? TRUE : FALSE);
+ NULL, NULL, NULL, NULL, FALSE, summaryview->threaded && !summaryview->thread_collapsed);
+ //gnode->parent->parent ? TRUE : FALSE);
#define SET_TEXT(col) \
gtk_ctree_node_set_text(ctree, cnode, col_pos[col], \
text[col_pos[col]])
@@ -2420,7 +2420,7 @@
g_node_destroy(root);
- summary_thread_init(summaryview);
+ //summary_thread_init(summaryview);
END_TIMING();
} else {
gchar *text[N_SUMMARY_COLS];
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]