From: Paul Date: Wed, 16 Nov 2016 16:30:15 +0000 (+0000) Subject: make up/down key navigation obey 'always_show_msg' X-Git-Tag: 3.15.0~228 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=a7c6921d5773f27e71c60640197ac1d20de8b8ca;hp=860ccbc87f0cd0a8cbb498e102d63361b21fb16b;ds=sidebyside make up/down key navigation obey 'always_show_msg' --- diff --git a/src/summaryview.c b/src/summaryview.c index 4eefcebc2..3d0ceff94 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -6791,6 +6791,7 @@ static gboolean summary_key_pressed(GtkWidget *widget, GdkEventKey *event, if (gtk_cmctree_node_is_visible(GTK_CMCTREE(ctree), next) != GTK_VISIBILITY_FULL) gtkut_ctree_node_move_if_on_the_edge(GTK_CMCTREE(ctree), next, -1); summaryview->selected = next; + summary_select_node(summaryview, summaryview->selected, -1); } } return TRUE;