aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-07-14 02:54:58 +0800
committerMilan Crha <mcrha@redhat.com>2010-07-14 02:54:58 +0800
commitdba7eededd03ad2de3c126301e9d048390bb6f43 (patch)
treefbcbc43561fe25568fafa0e3aa6821225b0546ab
parent9cbd7884b2c831ebfcd51391829b53f1986ab7b3 (diff)
downloadgsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.tar
gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.tar.gz
gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.tar.bz2
gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.tar.lz
gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.tar.xz
gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.tar.zst
gsoc2013-evolution-dba7eededd03ad2de3c126301e9d048390bb6f43.zip
Bug #623035 - Crash when printing email with too many recipients
-rw-r--r--mail/em-format-html.c2
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