blob: bc23404842efc2f4bd588a116dd71450a32612dd [file] [log] [blame]
Local Modification:
- CMakeLists.txt
- src/CMakeLists.txt
Removed the generate-gconf-schemas target.
By default, CMakeList for ibus-chewing tries to run the generate-gconf-schemas binary at build-time to generate ibus-chewing.schemas file.
However, this makes cross-compilation harder. We removed the target since ibus-chewing can work fine without the GConf schema.
- src/MakerDialog.gob
Removed gtk_widget_show_all() so that our window manager (chromiumos-wm) does not remove focus from the Chrome window.