aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-09-16 06:21:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-09-16 06:21:57 +0000
commitb4ff7b4722202105396250c74fc2b77570c66f47 (patch)
tree8c5b7bfc30427fa7c99df7a04001a34626071db7 /src/summaryview.c
parent38d7eca153225fd1da44cd8a5f9e7fdf36307a86 (diff)
src/summaryview.c: summary_select_row(): don't always move focus when refreshing (mainly for quick search).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2969 ee746299-78ed-0310-b773-934348b2243d
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);