evolution r35448 - branches/gnome-2-22/mail
- From: abharath svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35448 - branches/gnome-2-22/mail
- Date: Wed, 30 Apr 2008 07:39:45 +0100 (BST)
Author: abharath
Date: Wed Apr 30 06:39:45 2008
New Revision: 35448
URL: http://svn.gnome.org/viewvc/evolution?rev=35448&view=rev
Log:
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
Modified:
branches/gnome-2-22/mail/ChangeLog
branches/gnome-2-22/mail/em-format-html-display.c
Modified: branches/gnome-2-22/mail/em-format-html-display.c
==============================================================================
--- branches/gnome-2-22/mail/em-format-html-display.c (original)
+++ branches/gnome-2-22/mail/em-format-html-display.c Wed Apr 30 06:39:45 2008
@@ -1008,8 +1008,8 @@
{ "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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]