After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 569933 - gets ActiveConnections property on wrong interface
gets ActiveConnections property on wrong interface
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: API
git master
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2009-01-31 02:52 UTC by Havoc Pennington
Modified: 2009-02-03 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2009-01-31 02:52:09 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.
Comment 1 Dan Williams 2009-02-03 11:15:13 UTC
5405a26b407126eae31c0f21569ea35e44346741

thanks!