libnm-glib: use correct D-Bus interface for getting ActiveConnections (bgo #569933)

This commit is contained in:
Dan Williams 2009-02-03 06:09:23 -05:00
parent 718debc2cd
commit 5405a26b40

View file

@ -806,7 +806,7 @@ nm_client_get_active_connections (NMClient *client)
return NULL;
if (!_nm_object_get_property (NM_OBJECT (client),
"org.freedesktop.DBus.Properties",
"org.freedesktop.NetworkManager",
"ActiveConnections",
&value)) {
return NULL;