gnome-shell/js/misc
Florian Müllner 4e1747e6ec ibusManager: Don't pass undefined callback to ibus
Since commit 551e827841, we don't always pass a callback parameter.
However passing it on as undefined to ibus doesn't work, as gjs doesn't
accept that as a valid callback value and throw an error. As a result,
we can end up with no layout selected in the keyboard menu and an "empty"
indicator. Fix this by explicitly passing null if no callback has been
provided.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/293


(cherry picked from commit 74bb9e6249)
2018-11-17 12:19:49 +00:00
..
config.js.in fileUtils: Add helper for loading D-Bus XML from resource 2018-09-17 07:34:49 +00:00
extensionUtils.js
fileUtils.js fileUtils: Make loadInterfaceXML usable from tests 2018-10-08 21:27:21 +02:00
gnomeSession.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
history.js history: Stop saving non-consecutive duplicate entries 2018-09-26 08:38:47 +02:00
ibusManager.js ibusManager: Don't pass undefined callback to ibus 2018-11-17 12:19:49 +00:00
inputMethod.js inputMethod: Use forward_key() method to forward key events 2018-10-08 16:35:53 +00:00
jsParse.js
keyboardManager.js keyboardManager: Avoid idempotent calls to meta_backend_set_keymap() 2018-10-23 09:47:46 +00:00
loginManager.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
meson.build
modemManager.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
objectManager.js objectManager: correct other invalid index code in onNameVanished 2018-09-03 22:40:46 +00:00
params.js
permissionStore.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
smartcardManager.js
systemActions.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
util.js
weather.js