From 7c5cf253668604c3518a794bc53abdfe759437bb Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 12 Feb 2013 13:04:30 -0500 Subject: [PATCH] libnm-glib: fix NMRemoteConnection GInitable implementation apparently this never got tested... https://bugzilla.gnome.org/show_bug.cgi?id=693669 --- libnm-glib/nm-remote-connection.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libnm-glib/nm-remote-connection.c b/libnm-glib/nm-remote-connection.c index 64df586e79..bdae83ab2f 100644 --- a/libnm-glib/nm-remote-connection.c +++ b/libnm-glib/nm-remote-connection.c @@ -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;