projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3ae1d
)
fixes to last 2 commits
author
Paul
<paul@claws-mail.org>
Fri, 27 Sep 2019 11:14:58 +0000
(12:14 +0100)
committer
Paul
<paul@claws-mail.org>
Fri, 27 Sep 2019 11:14:58 +0000
(12:14 +0100)
src/gtk/authors.h
patch
|
blob
|
history
src/textview.c
patch
|
blob
|
history
diff --git
a/src/gtk/authors.h
b/src/gtk/authors.h
index acc4acad5f77887ba84594b02436a7958e535fd7..2ba1f57f872c0294a095fe66b53ae18668840c64 100644
(file)
--- 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 cdcdd10ee29edf2a0dfae739f8334e588659a2a1..ea20c125d55986d1a47f901df570e30e4aa6bf87 100644
(file)
--- 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_sig
natures_matchlist_nchar_found(buf, "%s\n")
+ if (account_sig
sep_matchlist_nchar_found(buf, "%s\n")) {
textview->is_in_git_patch = FALSE;
textview->is_in_signature = TRUE;
fg_color = "signature";