fix bug 3973, ''select all' in summaryview does not automatically focus the summaryview'
[claws.git] / src / mainwindow.c
index 74dbc4b0fa26b323470b4d082ad6eb328a4cc61c..13008397196a1536c13be4b394c0da81d0286114 100644 (file)
@@ -4983,7 +4983,7 @@ static void allsel_cb(GtkAction *action, gpointer data)
                 (gtk_widget_has_focus(msgview->mimeview->textview->text)))
                messageview_select_all(mainwin->messageview);
        else
-               summary_select_all(mainwin->summaryview);
+               gtk_cmclist_select_all(GTK_CMCLIST(mainwin->summaryview->ctree));
 }
 
 static void select_thread_cb(GtkAction *action, gpointer data)