projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f194841
)
and don't forget to remove my experimental code
author
Alfons Hoogervorst
<alfons@proteus.demon.nl>
Tue, 9 Oct 2001 19:28:11 +0000
(19:28 +0000)
committer
Alfons Hoogervorst
<alfons@proteus.demon.nl>
Tue, 9 Oct 2001 19:28:11 +0000
(19:28 +0000)
src/summaryview.c
patch
|
blob
|
history
diff --git
a/src/summaryview.c
b/src/summaryview.c
index d5da80deb485d98ee33e707469b6d51539cf3965..88a3b64f0186b14fec0bc96521a96b84435e524d 100644
(file)
--- a/
src/summaryview.c
+++ b/
src/summaryview.c
@@
-2330,12
+2330,7
@@
void summary_step(SummaryView *summaryview, GtkScrollType type)
gtk_signal_emit_by_name(GTK_OBJECT(ctree), "scroll_vertical",
type, 0.0);
- gtk_clist_select_row(GTK_CLIST(ctree),
- gtkut_ctree_get_nth_from_node(
- GTK_CTREE(ctree),
- summaryview->selected),
- 5);
-
+
if (summaryview->msg_is_toggled_on)
summary_display_msg(summaryview, summaryview->selected, FALSE);
}