From 393a54d2449c83770db36c7dbb6d1254ebc522f2 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 23 Jun 2005 06:38:05 +0000 Subject: made LDAP bind password entry invisible. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@365 ee746299-78ed-0310-b773-934348b2243d --- src/editldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/editldap.c') 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; -- cgit v1.2.3