diff options
author | Milan Crha <mcrha@redhat.com> | 2010-07-14 02:54:58 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-07-14 02:54:58 +0800 |
commit | dba7eededd03ad2de3c126301e9d048390bb6f43 (patch) | |
tree | fbcbc43561fe25568fafa0e3aa6821225b0546ab /mail/em-format-html.c | |
parent | 9cbd7884b2c831ebfcd51391829b53f1986ab7b3 (diff) | |
download | gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.tar.gz gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.tar.zst gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.zip |
Bug #623035 - Crash when printing email with too many recipients
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | 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 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 |