summaryrefslogtreecommitdiff
path: root/auth-dialog/main.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-02-19 23:14:29 +0100
committerGuido Günther <agx@sigxcpu.org>2012-02-20 14:38:23 +0100
commita9aaf5f0bbfda0c7b47e93efdb9da5b00284ad10 (patch)
tree0a2305e098264a80cb3e214c3d7e9b5e53706469 /auth-dialog/main.c
parent54afa1816a3089afa0ce3bffd77af56c06477824 (diff)
Drop unused secondary password code
Diffstat (limited to 'auth-dialog/main.c')
-rw-r--r--auth-dialog/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/auth-dialog/main.c b/auth-dialog/main.c
index a7f127b..fe6f8ae 100644
--- a/auth-dialog/main.c
+++ b/auth-dialog/main.c
@@ -132,8 +132,6 @@ get_secrets (const char *vpn_uuid,
vpn_password_dialog_new (_("Authenticate VPN"), prompt, NULL);
g_free (prompt);
- vpn_password_dialog_set_show_password_secondary (dialog, FALSE);
-
/* pre-fill dialog with the password */
if (pw && !(pw_flags & NM_SETTING_SECRET_FLAG_NOT_SAVED))
vpn_password_dialog_set_password (dialog, pw);