[geany/geany-plugins] cc7f87: pohelper: Fix message fuzziness toggling with empty lines

Colomban Wendling git-noreply at xxxxx
Sat May 11 21:33:39 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 11 May 2013 21:33:39 UTC
Commit:      cc7f87e4a335b0572369f1634dbacf5af07d48bd
             https://github.com/geany/geany-plugins/commit/cc7f87e4a335b0572369f1634dbacf5af07d48bd

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).


More information about the Plugins-Commits mailing list