summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-macvlan.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-01-14 16:36:33 +0100
committerThomas Haller <thaller@redhat.com>2017-01-16 17:24:36 +0100
commit175ef8f611888c23736d0d593e1512ac2770ea48 (patch)
tree6734c072869df892eae980fbfc3229d929ddda4f /src/devices/nm-device-macvlan.c
parentf8227029fef7ad31e92ac561bbe77453fbef5675 (diff)
downloadNetworkManager-175ef8f611888c23736d0d593e1512ac2770ea48.tar.gz
ppp: use defines for signal names
Diffstat (limited to 'src/devices/nm-device-macvlan.c')
-rw-r--r--src/devices/nm-device-macvlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-macvlan.c b/src/devices/nm-device-macvlan.c
index 9d3c3c370b..6f9879c558 100644
--- a/src/devices/nm-device-macvlan.c
+++ b/src/devices/nm-device-macvlan.c
@@ -156,7 +156,7 @@ parent_changed_notify (NMDevice *device,
if (new_parent) {
priv->parent_state_id = g_signal_connect (new_parent,
- "state-changed",
+ NM_DEVICE_STATE_CHANGED,
G_CALLBACK (parent_state_changed),
device);