diff options
Diffstat (limited to 'libnm-core/nm-setting-bond.c')
-rw-r--r-- | libnm-core/nm-setting-bond.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-bond.c b/libnm-core/nm-setting-bond.c index ae93907561..6e2733af86 100644 --- a/libnm-core/nm-setting-bond.c +++ b/libnm-core/nm-setting-bond.c @@ -24,14 +24,12 @@ #include <errno.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <dbus/dbus-glib.h> #include <glib/gi18n.h> #include "nm-setting-bond.h" #include "nm-param-spec-dbus.h" #include "nm-utils.h" #include "nm-utils-private.h" -#include "nm-dbus-glib-types.h" #include "nm-setting-private.h" /** @@ -787,7 +785,7 @@ nm_setting_bond_class_init (NMSettingBondClass *setting_class) (object_class, PROP_OPTIONS, _nm_param_spec_dbus (NM_SETTING_BOND_OPTIONS, "", "", G_TYPE_HASH_TABLE, - DBUS_TYPE_G_MAP_OF_STRING, + G_VARIANT_TYPE ("a{ss}"), _nm_utils_strdict_to_dbus, _nm_utils_strdict_from_dbus, G_PARAM_READWRITE | |