2005-04-05 [paul] 1.9.6cvs25

* src/summaryview.c
		hide display of threading
		patch by Alfons
This commit is contained in:
Paul Mangan 2005-04-05 06:14:43 +00:00
parent 48c8bc14f3
commit 220184e58d
4 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2005-04-05 [paul] 1.9.6cvs25
* src/summaryview.c
hide display of threading
patch by Alfons
2005-04-04 [thorsten] 1.9.6cvs24
* src/mh.c

View file

@ -441,3 +441,4 @@
( cvs diff -u -r 1.395.2.63 -r 1.395.2.64 src/summaryview.c; ) > 1.9.6cvs22.patchset
( cvs diff -u -r 1.395.2.64 -r 1.395.2.65 src/summaryview.c; ) > 1.9.6cvs23.patchset
( cvs diff -u -r 1.79.2.9 -r 1.79.2.10 src/mh.c; ) > 1.9.6cvs24.patchset
( cvs diff -u -r 1.395.2.65 -r 1.395.2.66 src/summaryview.c; ) > 1.9.6cvs25.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=6
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=24
EXTRA_VERSION=25
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -2077,10 +2077,6 @@ void summary_sort(SummaryView *summaryview,
gtk_ctree_node_moveto(ctree, summaryview->selected, -1, 0.5, 0);
main_window_cursor_normal(summaryview->mainwin);
if (summaryview->threaded)
summary_thread_init(summaryview);
gtk_clist_thaw(clist);
debug_print("done.\n");
@ -2168,6 +2164,8 @@ static void summary_set_ctree_from_list(SummaryView *summaryview,
}
g_node_destroy(root);
summary_thread_init(summaryview);
} else {
gchar *text[N_SUMMARY_COLS];
cur = mlist;