aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index b5f27485..f29a01a5 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1765,9 +1765,6 @@ void summary_select_row(SummaryView *summaryview, GtkTreeIter *iter,
gtkut_tree_view_expand_parent_all
(GTK_TREE_VIEW(summaryview->treeview), iter);
- if (do_refresh)
- gtk_widget_grab_focus(summaryview->treeview);
-
summaryview->display_msg = display_msg;
path = gtk_tree_model_get_path(GTK_TREE_MODEL(summaryview->store),
iter);