summaryrefslogtreecommitdiff
path: root/src/nm-dispatcher.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-25 17:10:22 -0400
committerDan Winship <danw@gnome.org>2014-08-01 14:34:06 -0400
commitf441cf2b904ce0fee68860602254f590d516a7c7 (patch)
treed9d81b889e62710f8de29c93ee7fcd8ab1a9aec4 /src/nm-dispatcher.c
parent3ac0f528780895c474a437bd75ab7e4baeaa83aa (diff)
downloadNetworkManager-f441cf2b904ce0fee68860602254f590d516a7c7.tar.gz
libnm: consistently use "INTERFACE" rather than "IFACE" in macros
Most D-Bus interface name macros used "INTERFACE" in their name (eg, NM_DBUS_INTERFACE), but a few used "IFACE" instead (eg, NM_DBUS_IFACE_SETTINGS). Make them consistent.
Diffstat (limited to 'src/nm-dispatcher.c')
-rw-r--r--src/nm-dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-dispatcher.c b/src/nm-dispatcher.c
index fddd0d5a86..141e17713f 100644
--- a/src/nm-dispatcher.c
+++ b/src/nm-dispatcher.c
@@ -464,7 +464,7 @@ _dispatcher_call (DispatcherAction action,
proxy = dbus_g_proxy_new_for_name (g_connection,
NM_DISPATCHER_DBUS_SERVICE,
NM_DISPATCHER_DBUS_PATH,
- NM_DISPATCHER_DBUS_IFACE);
+ NM_DISPATCHER_DBUS_INTERFACE);
if (!proxy) {
nm_log_err (LOGD_DISPATCH, "(%u) could not get dispatcher proxy!", reqid);
return FALSE;