summaryrefslogtreecommitdiffstats
path: root/webservice.c
diff options
context:
space:
mode:
Diffstat (limited to 'webservice.c')
-rw-r--r--webservice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/webservice.c b/webservice.c
index 49b2ea1d4..9c990284c 100644
--- a/webservice.c
+++ b/webservice.c
@@ -344,6 +344,7 @@ static gboolean divelogde_dialog(const char **user, const char **pass)
gtk_container_add(GTK_CONTAINER(frame_pass), pwd);
gtk_entry_set_max_length(GTK_ENTRY(pwd), 40);
gtk_entry_set_text(GTK_ENTRY(pwd), *pass ?: "");
+ gtk_entry_set_visibility(GTK_ENTRY(pwd), FALSE);
gtk_entry_set_activates_default(GTK_ENTRY(pwd), TRUE);
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_ACCEPT);