libnm-glib: use correct D-Bus interface for getting devices (bgo #570031)

This commit is contained in:
Dan Williams 2009-02-03 06:14:49 -05:00
parent 5405a26b40
commit 5f7cbe5ee9

View file

@ -222,7 +222,7 @@ nm_active_connection_get_devices (NMActiveConnection *connection)
return handle_ptr_array_return (priv->devices);
if (!_nm_object_get_property (NM_OBJECT (connection),
NM_DBUS_INTERFACE,
NM_DBUS_INTERFACE_ACTIVE_CONNECTION,
DBUS_PROP_DEVICES,
&value)) {
return NULL;