author | Edouard Tisserant |
Tue, 02 Feb 2016 00:02:55 +0100 | |
changeset 445 | 5db143765d47 |
parent 444 | a3a2a08b8d8e |
child 446 | b0054b40f634 |
1.1 --- a/src/message_api.c Tue Feb 02 00:01:31 2016 +0100 1.2 +++ b/src/message_api.c Tue Feb 02 00:02:55 2016 +0100 1.3 @@ -1227,6 +1227,9 @@ 1.4 if (kl_color == PEP_rating_under_attack) { 1.5 *color = PEP_rating_under_attack; 1.6 } 1.7 + else if (kl_color == PEP_rating_mistrust) { 1.8 + *color = PEP_rating_mistrust; 1.9 + } 1.10 else if (*color >= PEP_rating_reliable && 1.11 kl_color < PEP_rating_reliable) { 1.12 *color = PEP_rating_unreliable;