tui: fix an earlier bugfix

Fix to f69842aa; the arguments weren't swapped, one of them was just
completely superfluous.
This commit is contained in:
Dan Winship 2014-09-19 10:05:46 -04:00
parent 2e197706b7
commit c6f4c354fe

View file

@ -95,8 +95,7 @@ nmt_password_dialog_init (NmtPasswordDialog *dialog)
static void
maybe_save_input_and_exit (NmtNewtWidget *widget,
gpointer dialog,
newtComponent co)
gpointer dialog)
{
NmtPasswordDialogPrivate *priv = NMT_PASSWORD_DIALOG_GET_PRIVATE (dialog);
int i;