evolution r35486 - trunk/mail



Author: psankar
Date: Fri May  9 08:18:48 2008
New Revision: 35486
URL: http://svn.gnome.org/viewvc/evolution?rev=35486&view=rev

Log:
2008-05-09  Sankar P  <psankar novell com>

	** Fix for bug #531519

	* em-format-html-display.c: (efhd_message_update_bar):
	Evolution crashes on print-preview.

	** Committed on behalf of Srinivasa Ragavan <sragavan novell com>




Modified:
   trunk/mail/ChangeLog
   trunk/mail/em-format-html-display.c

Modified: trunk/mail/em-format-html-display.c
==============================================================================
--- trunk/mail/em-format-html-display.c	(original)
+++ trunk/mail/em-format-html-display.c	Fri May  9 08:18:48 2008
@@ -2273,7 +2273,7 @@
 	EMFormatHTMLDisplay *efhd = (EMFormatHTMLDisplay *) emf;
 	const char *classid = "attachment-bar-refresh";
 
-	if (efhd->nobar || efhd->priv->updated )
+	if (efhd->nobar || efhd->priv->updated || !efhd->priv->attachment_bar)
 		return;
 
 	efhd->priv->files = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]