projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
860ccbc
)
make up/down key navigation obey 'always_show_msg'
author
Paul
<paul@claws-mail.org>
Wed, 16 Nov 2016 16:30:15 +0000
(16:30 +0000)
committer
Paul
<paul@claws-mail.org>
Wed, 16 Nov 2016 16:30:15 +0000
(16:30 +0000)
src/summaryview.c
patch
|
blob
|
history
diff --git
a/src/summaryview.c
b/src/summaryview.c
index 4eefcebc2c517b2ce8c28688037101218c992862..3d0ceff94cf1b70e36efdd822754f1fde2bdf108 100644
(file)
--- 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;