From dba7eededd03ad2de3c126301e9d048390bb6f43 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 13 Jul 2010 20:54:58 +0200 Subject: Bug #623035 - Crash when printing email with too many recipients --- mail/em-format-html.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 55cbca13fc..361f7541fa 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 -- cgit v1.2.3