gnome-shell/js/ui/components
Lubomir Rintel baacd216dd network: remove the vpn request when it's serviced
The native agent already forgets about the request at the point it's
serviced and the further attempt to use it (e.g. cancel it when the screen
is locked) will trigger an assertion failure:

  ** (gnome-shell:30862): CRITICAL **: shell_network_agent_respond: assertion 'request != NULL' failed

https://bugzilla.gnome.org/show_bug.cgi?id=789811
2018-01-12 11:48:52 +01:00
..
__init__.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
automountManager.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
autorunManager.js autorunManager: Avoid access to non-existent array element 2017-09-19 20:07:21 +02:00
keyring.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
networkAgent.js network: remove the vpn request when it's serviced 2018-01-12 11:48:52 +01:00
polkitAgent.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
telepathyClient.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00