fixes to last 2 commits
[claws.git] / src / textview.c
index cdcdd10ee29edf2a0dfae739f8334e588659a2a1..ea20c125d55986d1a47f901df570e30e4aa6bf87 100644 (file)
@@ -1623,7 +1623,7 @@ static void textview_write_line(TextView *textview, const gchar *str,
                                 strstr(&buf[3], " @@"))
                                fg_color = "diff-hunk";
 
-                       if (account_signatures_matchlist_nchar_found(buf, "%s\n")
+                       if (account_sigsep_matchlist_nchar_found(buf, "%s\n")) {
                                textview->is_in_git_patch = FALSE;
                                textview->is_in_signature = TRUE;
                                fg_color = "signature";