[evolution] Bug #623035 - Crash when printing email with too many recipients



commit dba7eededd03ad2de3c126301e9d048390bb6f43
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jul 13 20:54:58 2010 +0200

    Bug #623035 - Crash when printing email with too many recipients

 mail/em-format-html.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 55cbca1..361f754 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1535,6 +1535,8 @@ efh_url_requested(GtkHTML *html, const gchar *url, GtkHTMLStream *handle, EMForm
 		job->stream = em_html_stream_new(html, handle);
 		em_format_html_job_queue(efh, job);
 	}
+
+	g_signal_stop_emission_by_name (html, "url-requested");
 }
 
 static gboolean



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