Florian Müllner 1045b35c8b ibusManager: Don't pass undefined callback to ibus
Since commit 551e8278416, 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 74bb9e62492bacda372904d30891eb97685e9b0c)
2019-01-21 16:28:20 +00:00
..
2014-01-09 13:23:26 -05:00
2018-02-21 13:54:58 +00:00