summaryrefslogtreecommitdiff
path: root/src/nm-connectivity.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-08 14:18:09 +0100
committerThomas Haller <thaller@redhat.com>2017-03-16 18:27:33 +0100
commit2b72cc269378ebf46fc0686ea97e0a3a277a9332 (patch)
treef756df581f12899a0d7f2363e9af3fc70f7b916b /src/nm-connectivity.c
parent9e60de87f54c1832d26dc44b0e08326e63c39e2b (diff)
downloadNetworkManager-2b72cc269378ebf46fc0686ea97e0a3a277a9332.tar.gz
core/trivial: give names in src/nm-dispatcher.h header an "NM" prefix
Stuff defined in header files should have an NM prefix, although this is a project-internal header. Rename.
Diffstat (limited to 'src/nm-connectivity.c')
-rw-r--r--src/nm-connectivity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-connectivity.c b/src/nm-connectivity.c
index a33ec680eb..491099bf96 100644
--- a/src/nm-connectivity.c
+++ b/src/nm-connectivity.c
@@ -106,7 +106,7 @@ update_state (NMConnectivity *self, NMConnectivityState state)
_notify (self, PROP_STATE);
/* Notify dispatcher scripts of a connectivity state change */
- nm_dispatcher_call_connectivity (DISPATCHER_ACTION_CONNECTIVITY_CHANGE, state);
+ nm_dispatcher_call_connectivity (NM_DISPATCHER_ACTION_CONNECTIVITY_CHANGE, state);
}
}