summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tui/newt/nmt-newt-form.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tui/newt/nmt-newt-form.c b/tui/newt/nmt-newt-form.c
index 19edef7d98..8191c75ea4 100644
--- a/tui/newt/nmt-newt-form.c
+++ b/tui/newt/nmt-newt-form.c
@@ -262,7 +262,7 @@ nmt_newt_form_destroy (NmtNewtForm *form)
newtFormDestroy (priv->form);
priv->form = NULL;
- newtPopWindow ();
+ newtPopWindowNoRefresh ();
nmt_newt_widget_unrealize (priv->content);
}