Adapt identical behaviour to native address book. See commit 47e0437b8b
[claws.git] / src / addressadd.c
index 4430bafeb3bdd7eb5486dd02bdcbb4531d46e831..3370ca77a1f8cb4c209dcb921ec99a581e591ec5 100644 (file)
@@ -467,6 +467,9 @@ static void addressadd_load_data() {
                                ADDRADD_COL_PTR, fi,
                                -1);
        }
+
+       if (gtk_tree_model_get_iter_first(model, &iter))
+                gtk_tree_selection_select_iter(sel, &iter);
 }
 #endif