talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit c64353ee158b1cc4447cb23bde4d803af6e61153
parent c0508d11c6797a45058742709d23d8704a24c502
Author: paul <paul@claws-mail.org>
Date:   Thu, 14 Oct 2021 10:35:42 +0100

fix bug 4536, 'Tab for address selects second entry'

Diffstat:
Msrc/addr_compl.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/addr_compl.c b/src/addr_compl.c @@ -1047,14 +1047,6 @@ static void addrcompl_add_entry( CompletionWindow *cw, gchar *address ) { /* Select first row for now */ gtk_tree_selection_select_iter(selection, &iter); } -#ifndef GENERIC_UMPC - else if (cw->listCount == 2) { - if (gtk_tree_model_iter_next(GTK_TREE_MODEL(store), &iter)) { - /* Move off first row */ - gtk_tree_selection_select_iter(selection, &iter); - } - } -#endif } void addrcompl_reflect_prefs_pixmap_theme(void) {