You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IBusConfig sections are case-insensitive (inherited from dconf?) and value-changed always reports section names in all lowercase.
The linked line of code does a case-sensitive compare of the "section", and it believes its section is "engine/Pinyin" so it ignores value-changed events.
The text was updated successfully, but these errors were encountered:
ibus-pinyin/src/PYConfig.cc
Line 289 in 4950900
IBusConfig sections are case-insensitive (inherited from dconf?) and value-changed always reports section names in all lowercase.
The linked line of code does a case-sensitive compare of the "section", and it believes its section is "engine/Pinyin" so it ignores value-changed events.
The text was updated successfully, but these errors were encountered: