From c8900a437ab80457308b3d5a72932feff6edac4f Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 12 May 2021 22:22:49 +0200 Subject: [PATCH] core: use define DBUS_INTERFACE_PROPERTIES instead of string literal --- src/core/nm-dbus-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);