aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.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/em-format-html-display.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/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 1 insertions, 1 deletions
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