summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-12 22:22:49 +0200
committerThomas Haller <thaller@redhat.com>2021-05-14 10:53:09 +0200
commitc8900a437ab80457308b3d5a72932feff6edac4f (patch)
treebd345243a86d1ba970f88abec44d8aa52aacbff3
parent86e99fca6bf7bba564365e94b8b904edd650207a (diff)
downloadNetworkManager-c8900a437ab80457308b3d5a72932feff6edac4f.tar.gz
core: use define DBUS_INTERFACE_PROPERTIES instead of string literal
-rw-r--r--src/core/nm-dbus-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-dbus-manager.c b/src/core/nm-dbus-manager.c
index 7c1e4eab18..95e403ae4d 100644
--- a/src/core/nm-dbus-manager.c
+++ b/src/core/nm-dbus-manager.c
@@ -1233,7 +1233,7 @@ _nm_dbus_manager_obj_notify(NMDBusObject *obj, guint n_pspecs, const GParamSpec
priv->main_dbus_connection,
NULL,
obj->internal.path,
- "org.freedesktop.DBus.Properties",
+ DBUS_INTERFACE_PROPERTIES,
"PropertiesChanged",
g_variant_new("(s@a{sv}as)", interface_info->parent.name, args, &invalidated_builder),
NULL);