IBus.Property's state needs to be kept in IBus.PropType.NORMAL
https://bugzilla.gnome.org/show_bug.cgi?id=695824
This commit is contained in:
parent
a87e0f028a
commit
04e4d69662
@ -703,7 +703,7 @@ const InputSourceIndicator = new Lang.Class({
|
||||
item.prop = prop;
|
||||
item.connect('activate', Lang.bind(this, function() {
|
||||
this._ibusManager.activateProperty(item.prop.get_key(),
|
||||
IBus.PropState.CHECKED);
|
||||
item.prop.get_state());
|
||||
}));
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user