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/message-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/message-list.c') diff --git a/mail/message-list.c b/mail/message-list.c index c34a4ccf1e..45860c536e 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -1757,7 +1757,7 @@ ml_tree_drag_data_received (ETree *tree, int row, ETreePath path, int col, menus = g_slist_append(menus, &ml_drop_popup_menu[i]); e_popup_add_items((EPopup *)emp, menus, ml_drop_popup_free, m); - menu = e_popup_create_menu_once((EPopup *)emp, NULL, 0, 0); + menu = e_popup_create_menu_once((EPopup *)emp, NULL, 0); gtk_menu_popup(menu, NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time()); } else { ml_drop_action(m); -- cgit v1.2.3