| OLD | NEW |
| 1 Local Modification: | 1 Local Modification: |
| 2 | 2 |
| 3 - CMakeLists.txt | 3 - CMakeLists.txt |
| 4 - src/CMakeLists.txt | 4 - src/CMakeLists.txt |
| 5 | 5 |
| 6 Removed the generate-gconf-schemas target. | 6 Removed the generate-gconf-schemas target. |
| 7 By default, CMakeList for ibus-chewing tries to run the generate-gconf-schemas b
inary at build-time to generate ibus-chewing.schemas file. | 7 By default, CMakeList for ibus-chewing tries to run the generate-gconf-schemas b
inary at build-time to generate ibus-chewing.schemas file. |
| 8 However, this makes cross-compilation harder. We removed the target since ibus-c
hewing can work fine without the GConf schema. | 8 However, this makes cross-compilation harder. We removed the target since ibus-c
hewing can work fine without the GConf schema. |
| 9 | 9 |
| 10 - src/MakerDialog.gob | 10 - src/MakerDialog.gob |
| 11 | 11 |
| 12 Removed gtk_widget_show_all() so that our window manager (chromiumos-wm) does no
t remove focus from the Chrome window. | 12 Removed gtk_widget_show_all() so that our window manager (chromiumos-wm) does no
t remove focus from the Chrome window. |
| 13 | 13 |
| 14 - data/chewing.xml.in |
| 15 |
| 16 Set "/home/chronos/user" on $HOME to create the Chewing cache data (~/.chewing/u
hash.dat) in /home/chronos/user. |
| 17 |
| OLD | NEW |