GNOME Bugzilla – Bug 569933
gets ActiveConnections property on wrong interface
Last modified: 2009-02-03 11:15:13 UTC
if (!_nm_object_get_property (NM_OBJECT (client), "org.freedesktop.DBus.Properties", "ActiveConnections", &value)) { return NULL; } Should be org.freedesktop.NetworkManager , this doesn't work with any correctly-implemented other side of the dbus connection.
5405a26b407126eae31c0f21569ea35e44346741 thanks!