aboutsummaryrefslogtreecommitdiff
path: root/src/editldap.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-23 06:38:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-23 06:38:05 +0000
commit393a54d2449c83770db36c7dbb6d1254ebc522f2 (patch)
tree849c926bbd2e54f722a8f39721c5339a5f60f76f /src/editldap.c
parenta29eb7eb2646616d7a3702bcd05a0a11e7c973dc (diff)
made LDAP bind password entry invisible.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@365 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/editldap.c')
-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;