summaryrefslogtreecommitdiff
path: root/src/nmtui/nmt-8021x-fields.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmtui/nmt-8021x-fields.c')
-rw-r--r--src/nmtui/nmt-8021x-fields.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmtui/nmt-8021x-fields.c b/src/nmtui/nmt-8021x-fields.c
index 3a2185cfbb..a323be62d7 100644
--- a/src/nmtui/nmt-8021x-fields.c
+++ b/src/nmtui/nmt-8021x-fields.c
@@ -552,7 +552,7 @@ nmt_8021x_fields_constructed(GObject *object)
entry.id = (char *) eap_method_descs[i].id;
g_array_append_val(entries, entry);
}
- priv->authentication = nmt_newt_popup_new(nm_g_array_index_p(entries, NmtNewtPopupEntry, 0));
+ priv->authentication = nmt_newt_popup_new(nm_g_array_first_p(entries, NmtNewtPopupEntry));
nmt_editor_grid_append(grid, "Authentication", NMT_NEWT_WIDGET(priv->authentication), NULL);
widget = nmt_newt_stack_new();