Patch from Shuai Liu <shuai.liu@sun.com>

2008-04-30  Shuai Liu  <shuai.liu@sun.com>

        ** Fix for bug #530672
           Evolution crashes when viewing pgp-signed message

           * em-format-html-display.c: Modify the array of
           smime_sign_colour from 4 to 5 to ensure the input by
           data-server is right


svn path=/trunk/; revision=35447
This commit is contained in:
Shuai Liu
2008-04-30 06:38:06 +00:00
committed by Bharath Acharya
parent 588027a6e2
commit 9598151a10
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2008-04-30 Shuai Liu <shuai.liu@sun.com>
** Fix for bug #530672
Evolution crashes when viewing pgp-signed message
* em-format-html-display.c: Modify the array of smime_sign_colour
from 4 to 5 to ensure the input by data-server is right
2008-04-29 Milan Crha <mcrha@redhat.com>
* em-utils.c: (em_utils_snoop_type):

View File

@ -985,8 +985,8 @@ static const struct {
{ "stock_lock-ok", N_("Encrypted, strong"), N_("This message is encrypted, with a strong encryption algorithm. It would be very difficult for an outsider to view the content of this message in a practical amount of time.") },
};
static const char *smime_sign_colour[4] = {
"", " bgcolor=\"#88bb88\"", " bgcolor=\"#bb8888\"", " bgcolor=\"#e8d122\""
static const char *smime_sign_colour[5] = {
"", " bgcolor=\"#88bb88\"", " bgcolor=\"#bb8888\"", " bgcolor=\"#e8d122\"",""
};
struct _smime_pobject {