network: Fix SAE password visibility toggle.
Was trying to toggle the wrong widget.
This commit is contained in:
parent
1306a73e8b
commit
bc6400a8d7
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ show_toggled_cb (WirelessSecuritySAE *self)
|
|||
gboolean visible;
|
||||
|
||||
visible = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (self->show_password_check));
|
||||
gtk_entry_set_visibility (self->show_password_check, visible);
|
||||
gtk_entry_set_visibility (self->password_entry, visible);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Add table
Reference in a new issue