diff options
Diffstat (limited to 'chinese/fcitx-googlepinyin/files/patch-src_eim.cpp')
-rw-r--r-- | chinese/fcitx-googlepinyin/files/patch-src_eim.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/fcitx-googlepinyin/files/patch-src_eim.cpp b/chinese/fcitx-googlepinyin/files/patch-src_eim.cpp deleted file mode 100644 index 281990da32ee..000000000000 --- a/chinese/fcitx-googlepinyin/files/patch-src_eim.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/eim.cpp.orig 2012-03-08 22:07:27.000000000 -0600 -+++ src/eim.cpp 2012-04-06 02:04:15.502210235 -0500 -@@ -476,7 +476,7 @@ void* FcitxGooglePinyinCreate (FcitxInst - else - #endif - { -- syspath = strdup(GOOGLEPINYIN_LIBDIR "/googlepinyin/data/dict_pinyin.dat"); -+ syspath = strdup(GOOGLEPINYIN_LIBDIR "/../share/googlepinyin/dict_pinyin.dat"); - } - bool result = ime_pinyin::im_open_decoder(syspath, userDict); - free(syspath); |