From c09e79bbf4b00ae5992456ff9e3dead1ee8efcb7 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 23 Aug 2006 07:59:00 +0000 Subject: ** Fixes bug #347238 svn path=/trunk/; revision=32636 --- mail/em-format-html-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 6dbaa0a96c..7342cc076b 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1566,7 +1566,7 @@ efhd_drag_data_get(GtkWidget *w, GdkDragContext *drag, GtkSelectionData *data, g return; } - path = em_utils_temp_save_part(w, part); + path = em_utils_temp_save_part(w, part, FALSE); if (path == NULL) return; -- cgit v1.2.3