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 Revert "Make it possible to always show the a11y status" 2013-04-15 18:39:44 -04:00
bluetooth.js bluetooth: Port to BlueZ 5 2013-06-14 11:36:10 +02:00
keyboard.js status/keyboard: Stop destroying the IBusBus object 2013-05-27 14:07:56 +02:00
lockScreenMenu.js lockScreenMenu: Construct actual panel icons much more accurately 2012-12-21 12:28:00 -05:00
network.js network: Fix a recursion issue when updating VPN 2013-07-03 13:55:08 -04:00
power.js js: Use proper Unicode ellipsis (…) instead of three dots 2013-02-12 17:05:00 -05:00
volume.js volume: Remove some unused variables 2013-06-06 14:00:38 -04:00