Update the phrases.txt location
authorPeng Huang <shawn.p.huang@gmail.com>
Thu, 15 Apr 2010 05:11:40 +0000 (13:11 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Thu, 15 Apr 2010 05:11:40 +0000 (13:11 +0800)
src/SpecialPhraseTable.cc

index 28ade93..c4dc71e 100644 (file)
@@ -23,7 +23,7 @@ private:
 SpecialPhraseTable::SpecialPhraseTable (void)
 {
     gchar * path = g_build_filename (g_get_user_config_dir (),
-                        "ibus", "ibus-pinyin", "phrases.txt", NULL);
+                        "ibus", "pinyin", "phrases.txt", NULL);
 
     load ("phrases.txt") ||
     load (path) ||