[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-337-gc64353ee1

paul at claws-mail.org paul at claws-mail.org
Thu Oct 14 09:36:03 CET 2021


The branch, gtk3 has been updated
       via  c64353ee158b1cc4447cb23bde4d803af6e61153 (commit)
      from  c0508d11c6797a45058742709d23d8704a24c502 (commit)

Summary of changes:
 src/addr_compl.c | 8 --------
 1 file changed, 8 deletions(-)


- Log -----------------------------------------------------------------
commit c64353ee158b1cc4447cb23bde4d803af6e61153
Author: paul <paul at claws-mail.org>
Date:   Thu Oct 14 10:35:42 2021 +0100

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

diff --git a/src/addr_compl.c b/src/addr_compl.c
index fab34c345..b7f461637 100644
--- 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) {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list