gnome-shell/js/misc
Ray Strode 96c5404fd4 objectManager: correct other invalid index code in onNameVanished
The object manager tries to synthesize interface removal
events if the bus name of a remote object drops off the bus.

The code had bad typos in it, though: it reuses the `i`
index variable in its inner loop, where it should be using
the `j` index variable.

This commit corrects the i/j confusion.
2018-09-03 22:40:46 +00:00
..
config.js.in networkAgent: Pick up VPN service dir from pkg-config 2018-01-22 08:44:19 +01:00
extensionUtils.js Explicitly convert raw data to strings 2018-07-31 16:28:53 +00:00
fileUtils.js fileUtils: Remove listDirAsync() 2014-01-09 13:23:26 -05:00
gnomeSession.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
history.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
ibusManager.js keyboard: Implement standalone FocusTracker 2018-07-11 18:32:32 +02:00
inputMethod.js inputMethod: Fix to hide preedit text 2018-08-28 20:24:35 +02:00
jsParse.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
keyboardManager.js keyboardManager: take group index into account when preserving keymap 2018-05-08 17:54:37 +00:00
loginManager.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
meson.build networkAgent: Pick up VPN service dir from pkg-config 2018-01-22 08:44:19 +01:00
modemManager.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
objectManager.js objectManager: correct other invalid index code in onNameVanished 2018-09-03 22:40:46 +00:00
params.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
permissionStore.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
smartcardManager.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
systemActions.js js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
util.js utils: Simplify URL regex to only support one layer of parentheses 2018-04-13 18:15:44 +00:00
weather.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00