gnome-shell/js
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
..
extensionPrefs js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
gdm js, oVirt: Fix ES6 template string alignment 2018-08-30 04:49:17 +02:00
misc objectManager: correct other invalid index code in onNameVanished 2018-09-03 22:40:46 +00:00
perf scripting: Fix argument list of createTestWindow() 2018-04-25 23:47:06 +02:00
portalHelper js: use ES6 template strings for dbus interfaces 2018-08-27 19:23:00 +02:00
ui panel: Keep prefs in sync with shell-shows-app-menu state 2018-08-28 23:53:10 +00:00
js-resources.gresource.xml build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00
meson.build build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00
portal-resources.gresource.xml build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00
prefs-resources.gresource.xml build: Use dedicated resources for helper programs 2018-08-14 17:28:04 +00:00