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 570031 - getting Devices from ActiveConnection with wrong interface
getting Devices from ActiveConnection with wrong interface
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2009-01-31 22:04 UTC by Havoc Pennington
Modified: 2009-02-03 15:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2009-01-31 22:04:17 UTC
nm_active_connection_get_devices() calls:
	if (!_nm_object_get_property (NM_OBJECT (connection),
	                             NM_DBUS_INTERFACE,
	                             DBUS_PROP_DEVICES,
	                             &value)) {

Should be NM_DBUS_INTERFACE_ACTIVE_CONNECTION instead of NM_DBUS_INTERFACE.
Comment 1 Dan Williams 2009-02-03 11:18:13 UTC
5f7cbe5ee9444734ac4267787571472ace994904

thanks!  your dbus helper library must not suck as much as dbus-glib; which one is it?
Comment 2 Havoc Pennington 2009-02-03 15:06:10 UTC
haha; dbus-gjs and yes it ownz dbus-glib. JavaScript is the way to do dbus