[PATCH 0.9.8] core: emit Manager ActiveConnections before Device ActiveConnection

2014-03-18 Thread Dan Williams
When activating a connection, the Device object's ActiveConnection property was emitted before the object was added to the Manager's active connection list, and thus before the Manager emitted a change signal for the ActiveConnections property. That's the opposite order from what it should be; the

Re: [PATCH 0.9.8] core: emit Manager ActiveConnections before Device ActiveConnection

2014-03-19 Thread Thomas Haller
On Tue, 2014-03-18 at 17:16 -0500, Dan Williams wrote: > When activating a connection, the Device object's ActiveConnection > property was emitted before the object was added to the Manager's > active connection list, and thus before the Manager emitted a > change signal for the ActiveConnections p