aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-10-07 09:32:09 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-07 09:32:09 +0800
commit3a6b8953fef7c05efd694b922dcb3cbf1f466b16 (patch)
treeb2820f9033ff2f7d5923434c7169f0537c8d00d6 /mail/message-list.c
parentadf099914c4a3e52c6eb32fff5a2205c47062c9a (diff)
downloadgsoc2013-evolution-3a6b8953fef7c05efd694b922dcb3cbf1f466b16.tar
gsoc2013-evolution-3a6b8953fef7c05efd694b922dcb3cbf1f466b16.tar.gz
gsoc2013-evolution-3a6b8953fef7c05efd694b922dcb3cbf1f466b16.tar.bz2
gsoc2013-evolution-3a6b8953fef7c05efd694b922dcb3cbf1f466b16.tar.lz
gsoc2013-evolution-3a6b8953fef7c05efd694b922dcb3cbf1f466b16.tar.xz
gsoc2013-evolution-3a6b8953fef7c05efd694b922dcb3cbf1f466b16.tar.zst
gsoc2013-evolution-3a6b8953fef7c05efd694b922dcb3cbf1f466b16.zip
put back in the attachment attaching code. Doesn't work for s/mime and
2004-09-28 Not Zed <NotZed@Ximian.com> * 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 <NotZed@Ximian.com> * em-folder-tree.c (emft_get_folder_info__desc): fix busted cast. * *.c: e-popup api changes. 2004-10-06 Not Zed <NotZed@Ximian.com> * em-folder-tree.c (emft_tree_button_press): remove some debug that made it in accidentally. svn path=/trunk/; revision=27487
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c2
1 files changed, 1 insertions, 1 deletions
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);