summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2020-11-05 12:36:38 +1300
committerRobert Ancell <robert.ancell@canonical.com>2020-11-05 12:36:38 +1300
commitbc6400a8d72ac44db24a87d8141de8cc7372a242 (patch)
tree675b27d639da2501a833442e388185cacb468036
parent1306a73e8b5247ea0ac4720fba7565159b267e17 (diff)
downloadgnome-control-center-bc6400a8d72ac44db24a87d8141de8cc7372a242.tar.gz
network: Fix SAE password visibility toggle.
Was trying to toggle the wrong widget.
-rw-r--r--panels/network/wireless-security/ws-sae.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/network/wireless-security/ws-sae.c b/panels/network/wireless-security/ws-sae.c
index a7931094b..6f451cdba 100644
--- a/panels/network/wireless-security/ws-sae.c
+++ b/panels/network/wireless-security/ws-sae.c
@@ -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