mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Hide user password in Upload to divelogs.de dialog
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b202b5a2ac
commit
69da208080
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue