gnome-shell/js/ui/status
Jasper St. Pierre ccba18aa8f network: Fix a recursion issue when updating VPN
_updateIcon should not attempt to sync any active connections, as the
icon-changed signal can be emitted in response to something done during
_syncActiveConnection. In the case of VPN, removeActiveConnection would
cause an icon-changed signal to be emitted immediately, but the state
would not be updated, causing us to call removeActiveConnection over and
over.

Explicitly sync all active connections when we know it needs to be done,
and simply make _updateIcon synchronize with the current device's icon.

https://bugzilla.gnome.org/show_bug.cgi?id=703565
2013-07-03 13:55:08 -04:00
..
accessibility.js
bluetooth.js bluetooth: Port to BlueZ 5 2013-06-14 11:36:10 +02:00
keyboard.js
lockScreenMenu.js
network.js network: Fix a recursion issue when updating VPN 2013-07-03 13:55:08 -04:00
power.js
volume.js