status/keyboard: obtain keyboard variant from IBus

This will fix unable to show keyboard variant from IBus through menu.

https://bugzilla.gnome.org/show_bug.cgi?id=735066
This commit is contained in:
Jinkyu Yi 2014-08-20 02:16:08 +09:00 committed by Rui Matos
parent 1e82d6edc2
commit 7026209eae

View File

@ -747,7 +747,7 @@ const InputSourceIndicator = new Lang.Class({
let engineDesc = IBusManager.getIBusManager().getEngineDesc(source.id);
if (engineDesc) {
xkbLayout = engineDesc.get_layout();
xkbVariant = '';
xkbVariant = engineDesc.get_layout_variant();
}
}