summaryrefslogtreecommitdiff
path: root/clients/tui/nmt-page-bond.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-page-bond.c')
-rw-r--r--clients/tui/nmt-page-bond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tui/nmt-page-bond.c b/clients/tui/nmt-page-bond.c
index 0e7a08ccbb..d39ccd1d89 100644
--- a/clients/tui/nmt-page-bond.c
+++ b/clients/tui/nmt-page-bond.c
@@ -161,7 +161,7 @@ bond_options_changed (GObject *object,
val = nm_setting_bond_get_option_by_name (s_bond, NM_SETTING_BOND_OPTION_ARP_IP_TARGET);
ips = g_strsplit (val, ",", -1);
g_object_set (G_OBJECT (priv->arp_ip_target),
- "string", ips,
+ "strings", ips,
NULL);
g_strfreev (ips);