From b5ec8bf5cfd3c1638dc41f58283909e4571fad97 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 1 Nov 2001 20:42:57 +0000 Subject: Write out the url before callind add_url since add_url may free it. Fixes * mail-format.c (handle_multipart_signed): Write out the url before callind add_url since add_url may free it. Fixes #13839. Remove debug printf. * mail-display.c (on_object_requested): Remove debug printf. svn path=/trunk/; revision=14564 --- mail/mail-display.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail/mail-display.c') diff --git a/mail/mail-display.c b/mail/mail-display.c index 3cf0a405d9..cc42e4bed1 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -963,8 +963,6 @@ on_object_requested (GtkHTML *html, GtkHTMLEmbedded *eb, gpointer data) return do_attachment_header (html, eb, part, md); } else if (!strncmp (eb->classid, "signature:", 10)) { part = g_hash_table_lookup (urls, eb->classid); - printf ("%s -> %p (IS%s a mime part)\n", - eb->classid, part, CAMEL_IS_MIME_PART (part) ? "" : " NOT"); if (!CAMEL_IS_MIME_PART (part)) return FALSE; return do_signature (html, eb, part, md); -- cgit v1.2.3