Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 11 May 2013 21:33:39 UTC Commit: cc7f87e4a335b0572369f1634dbacf5af07d48bd https://github.com/geany/geany-plugins/commit/cc7f87e4a335b0572369f1634dbacf...
Log Message: ----------- pohelper: Fix message fuzziness toggling with empty lines
Modified Paths: -------------- pohelper/src/gph-plugin.c
Modified: pohelper/src/gph-plugin.c 3 files changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -907,7 +907,8 @@ enum {
/* find the msgid for the current line */ while (line > 0 && - (style == SCE_PO_MSGID_TEXT || + (style == SCE_PO_DEFAULT || + style == SCE_PO_MSGID_TEXT || style == SCE_PO_MSGSTR || style == SCE_PO_MSGSTR_TEXT)) { line--;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).