ibus-anthy icon indicating copy to clipboard operation
ibus-anthy copied to clipboard

Fix AttributeError at line 1102

Open hawstan opened this issue 10 years ago • 0 comments

An AttributeError: 'NoneType' object has no attribute 'clear' was being thrown on line 1102 when switching from ibus-anthy to a different input source. The error is now prevented via checking if Engine.__input_mode_icon is not null before calling __input_mode_icon.clear().

hawstan avatar May 20 '14 20:05 hawstan