talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit ff5f20f10ab62c293a4bcd2831bdc00395dbdad5
parent 0a3ae1df0acc613ee64566a828d62ad9b1eb5dd2
Author: Paul <paul@claws-mail.org>
Date:   Fri, 27 Sep 2019 12:14:58 +0100

fixes to last 2 commits

Diffstat:
Msrc/gtk/authors.h | 2+-
Msrc/textview.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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";