Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang committed Dec 27, 2011
1 parent 4771f95 commit 3a1d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PYEnglishEditor.cc
Expand Up @@ -358,7 +358,7 @@ EnglishEditor::EnglishEditor (PinyinProperties & props, Config &config)
"ibus", "pinyin", "english-user.db", NULL);

gboolean result = m_english_database->openDatabase
(".." G_DIR_SEPARATOR_S "data" G_DIR_SEPARATOR_S "english.db",
(".." G_DIR_SEPARATOR_S "data" G_DIR_SEPARATOR_S "db" G_DIR_SEPARATOR_S "english" G_DIR_SEPARATOR_S "english.db",
"english-user.db") ||
m_english_database->openDatabase
(PKGDATADIR G_DIR_SEPARATOR_S "db" G_DIR_SEPARATOR_S "english.db", path);
Expand Down

0 comments on commit 3a1d3f5

Please sign in to comment.