[Commits] [SCM] claws branch, master, updated. 3.17.4-34-gff5f20f10
paul at claws-mail.org
paul at claws-mail.org
Fri Sep 27 11:15:02 CET 2019
The branch, master has been updated
via ff5f20f10ab62c293a4bcd2831bdc00395dbdad5 (commit)
from 0a3ae1df0acc613ee64566a828d62ad9b1eb5dd2 (commit)
Summary of changes:
src/gtk/authors.h | 2 +-
src/textview.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit ff5f20f10ab62c293a4bcd2831bdc00395dbdad5
Author: Paul <paul at claws-mail.org>
Date: Fri Sep 27 12:14:58 2019 +0100
fixes to last 2 commits
diff --git a/src/gtk/authors.h b/src/gtk/authors.h
index acc4acad5..2ba1f57f8 100644
--- a/src/gtk/authors.h
+++ b/src/gtk/authors.h
@@ -195,6 +195,7 @@ static char *CONTRIBS_LIST[] = {
"kazken3",
"WAKAI Kazunao",
"Fabian Keil",
+"Jakub Kiciński",
"Martin Kluge",
"IWAMOTO Kouichi",
"Mikhail Kurinnoi",
@@ -207,7 +208,6 @@ static char *CONTRIBS_LIST[] = {
"Thomas Link",
"Reed Loden",
"David Looney",
-"Jakub Kiciński",
"Alessandro Maestri",
"Maki",
"Jindrich Makovicka",
diff --git a/src/textview.c b/src/textview.c
index cdcdd10ee..ea20c125d 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -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";
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list