libnm-glib: fix NMRemoteConnection GInitable implementation

apparently this never got tested...

https://bugzilla.gnome.org/show_bug.cgi?id=693669
This commit is contained in:
Dan Winship 2013-02-12 13:04:30 -05:00
parent 08f04466e8
commit 7c5cf25366

View file

@ -385,9 +385,8 @@ init_sync (GInitable *initable, GCancellable *cancellable, GError **error)
GHashTable *settings;
if (!dbus_g_proxy_call (priv->proxy, "GetSettings", error,
G_TYPE_STRING, NM_DBUS_IFACE_SETTINGS,
G_TYPE_INVALID,
DBUS_TYPE_G_MAP_OF_VARIANT, &settings,
DBUS_TYPE_G_MAP_OF_MAP_OF_VARIANT, &settings,
G_TYPE_INVALID))
return FALSE;