network: Fix SAE password visibility toggle.

Was trying to toggle the wrong widget.
This commit is contained in:
Robert Ancell 2020-11-05 12:36:38 +13:00
parent 1306a73e8b
commit bc6400a8d7

View file

@ -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