aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editldap.c b/src/editldap.c
index 26e8c6f3..9ef42af7 100644
--- a/src/editldap.c
+++ b/src/editldap.c
@@ -421,6 +421,7 @@ void addressbook_edit_ldap_page_extended( gint pageNum, gchar *pageLbl ) {
entry_bindPW = gtk_entry_new();
gtk_table_attach(GTK_TABLE(table), entry_bindPW, 1, 2, top, (top + 1), GTK_EXPAND|GTK_SHRINK|GTK_FILL, 0, 0, 0);
+ gtk_entry_set_visibility(GTK_ENTRY(entry_bindPW), FALSE);
/* Next row */
++top;