diff options
-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 |