mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 21:58:00 +02:00
tui: fix a crash when connecting to a password-secured Wi-Fi (rh #1090773)
'dialog' and 'co' were swapped in maybe_save_input_and_exit(). https://bugzilla.redhat.com/show_bug.cgi?id=1090773
This commit is contained in:
parent
785c2a8c95
commit
f69842aa57
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ nmt_password_dialog_init (NmtPasswordDialog *dialog)
|
|||
|
||||
static void
|
||||
maybe_save_input_and_exit (NmtNewtWidget *widget,
|
||||
newtComponent co,
|
||||
gpointer dialog)
|
||||
gpointer dialog,
|
||||
newtComponent co)
|
||||
{
|
||||
NmtPasswordDialogPrivate *priv = NMT_PASSWORD_DIALOG_GET_PRIVATE (dialog);
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue