Revision 275 src/summaryview.c
| summaryview.c (revision 275) | ||
|---|---|---|
| 2082 | 2082 |
val = messageview_show(msgview, msginfo, all_headers); |
| 2083 | 2083 |
if (msgview->type == MVIEW_TEXT || |
| 2084 | 2084 |
(msgview->type == MVIEW_MIME && |
| 2085 |
(GTK_CLIST(msgview->mimeview->ctree)->row_list == NULL ||
|
|
| 2085 |
(msgview->mimeview->opened == NULL ||
|
|
| 2086 | 2086 |
gtk_notebook_get_current_page |
| 2087 | 2087 |
(GTK_NOTEBOOK(msgview->notebook)) == 0))) |
| 2088 | 2088 |
gtk_widget_grab_focus(summaryview->treeview); |
| ... | ... | |
| 2227 | 2227 |
if (messageview_is_visible(summaryview->messageview)) |
| 2228 | 2228 |
summaryview->display_msg = TRUE; |
| 2229 | 2229 |
|
| 2230 |
gtk_widget_grab_focus(summaryview->treeview); |
|
| 2230 | 2231 |
g_signal_emit_by_name(G_OBJECT(summaryview->treeview), "move-cursor", |
| 2231 | 2232 |
GTK_MOVEMENT_DISPLAY_LINES, |
| 2232 | 2233 |
type == GTK_SCROLL_STEP_FORWARD ? 1 : -1, |
Also available in: Unified diff