You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade from 3.0.2 to 3.0.3, Stardict can't load Dicts such as Viet-Eng,
Eng-Viet, Viet-Viet. I added these dicts in "Dictionary management", but they
disappeared after I exited stardict. And I do again whenever I open Stardict.
Original issue reported on code.google.com by conghoan...@gmail.com on 9 Feb 2012 at 1:44
The text was updated successfully, but these errors were encountered:
Fixed!
lib/src/lib_binary_dict_parser.cpp
line:551
result = combine_result(result, VERIF_RESULT_CRITICAL);
change to:
result = combine_result(result, VERIF_RESULT_WARNING);
Original comment by huzheng...@gmail.com on 15 Feb 2012 at 12:10
Another place that need to change:
lib/src/lib_binary_dict_parser.cpp
Line 329:
result = combine_result(result, VERIF_RESULT_CRITICAL);
change to:
result = combine_result(result, VERIF_RESULT_WARNING);
And you need to remove ~/.cache/stardict/verif_cache.xml for update.
Original comment by huzheng...@gmail.com on 15 Feb 2012 at 1:32
Original issue reported on code.google.com by
conghoan...@gmail.com
on 9 Feb 2012 at 1:44The text was updated successfully, but these errors were encountered: