[Commits] [SCM] claws branch, gtk3tree, updated. 4.0.0-390-g310b2ad9b

paul at claws-mail.org paul at claws-mail.org
Wed Nov 3 11:26:35 UTC 2021


The branch, gtk3tree has been updated
       via  310b2ad9bd68831bc4c58166e0d219da249bc823 (commit)
      from  67e7621999f23a2eb5b0011195b1ec8caef369d8 (commit)

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


- Log -----------------------------------------------------------------
commit 310b2ad9bd68831bc4c58166e0d219da249bc823
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