From 3a6b8953fef7c05efd694b922dcb3cbf1f466b16 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 7 Oct 2004 01:32:09 +0000 Subject: put back in the attachment attaching code. Doesn't work for s/mime and 2004-09-28 Not Zed * em-composer-utils.c (forward_non_attached): put back in the attachment attaching code. Doesn't work for s/mime and pgp, but why bother arguing about it. 2004-10-06 Not Zed * em-folder-tree.c (emft_get_folder_info__desc): fix busted cast. * *.c: e-popup api changes. 2004-10-06 Not Zed * em-folder-tree.c (emft_tree_button_press): remove some debug that made it in accidentally. svn path=/trunk/; revision=27487 --- 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 58037057a4..6b156daf1d 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1106,7 +1106,7 @@ efhd_attachment_popup(GtkWidget *w, GdkEventButton *event, struct _attach_puri * e_popup_add_items((EPopup *)emp, menus, efhd_menu_items_free, info); - menu = e_popup_create_menu_once((EPopup *)emp, (EPopupTarget *)target, target->target.mask, target->target.mask); + menu = e_popup_create_menu_once((EPopup *)emp, (EPopupTarget *)target, 0); if (event) gtk_menu_popup(menu, NULL, NULL, NULL, NULL, event->button, event->time); else -- cgit v1.2.3