[Commits] [SCM] claws branch, master, updated. 3.11.1-85-g9cf5b73
ticho at claws-mail.org
ticho at claws-mail.org
Wed Apr 22 18:32:54 CEST 2015
The branch, master has been updated
via 9cf5b73b4726a9e13deee191c1bd6dc75486a169 (commit)
from c45ba3666d197be9fe93a8858623b6fcabea88cf (commit)
Summary of changes:
src/compose.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 9cf5b73b4726a9e13deee191c1bd6dc75486a169
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Apr 22 18:31:46 2015 +0200
Compose window: Fix bug #3421 - Recipients list doesn't scroll when moving with arrow keys.
diff --git a/src/compose.c b/src/compose.c
index ab951c4..fa5a05c 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -7086,6 +7086,8 @@ static GtkWidget *compose_create_header(Compose *compose)
gtk_widget_show(header_table);
gtk_container_set_border_width(GTK_CONTAINER(header_table), 0);
gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(header_scrolledwin), header_table);
+ gtk_container_set_focus_vadjustment(GTK_CONTAINER(header_table),
+ gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(header_scrolledwin)));
gtk_viewport_set_shadow_type(GTK_VIEWPORT(gtk_bin_get_child(GTK_BIN(header_scrolledwin))), GTK_SHADOW_NONE);
gtk_table_attach(GTK_TABLE(header_table_main), header_scrolledwin,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list