summaryrefslogtreecommitdiff
path: root/src/nmtui/nmtui-hostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmtui/nmtui-hostname.c')
-rw-r--r--src/nmtui/nmtui-hostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmtui/nmtui-hostname.c b/src/nmtui/nmtui-hostname.c
index 65af73cc6c..bdb9753bc0 100644
--- a/src/nmtui/nmtui-hostname.c
+++ b/src/nmtui/nmtui-hostname.c
@@ -28,7 +28,7 @@ nmtui_hostname_run_dialog(void)
NmtNewtButtonBox *bbox;
char *hostname, *ret = NULL;
- form = g_object_new(NMT_TYPE_NEWT_FORM, "title", _("Set Hostname"), "escape-exits", TRUE, NULL);
+ form = g_object_new(NMT_TYPE_NEWT_FORM, "title", _("Set Hostname"), NULL);
widget = nmt_newt_grid_new();
nmt_newt_form_set_content(form, widget);