aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-12-22 15:38:16 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-22 15:38:16 +0800
commitda10c48009573371ec19e12da0ffe95344bd02a0 (patch)
tree2948e3c2279f0e678a10ca7f5f4503676f4aacba /mail/em-format-html-display.c
parent6fec7fed87a7f21eacc80ea687671c4084f7b1af (diff)
downloadgsoc2013-evolution-da10c48009573371ec19e12da0ffe95344bd02a0.tar
gsoc2013-evolution-da10c48009573371ec19e12da0ffe95344bd02a0.tar.gz
gsoc2013-evolution-da10c48009573371ec19e12da0ffe95344bd02a0.tar.bz2
gsoc2013-evolution-da10c48009573371ec19e12da0ffe95344bd02a0.tar.lz
gsoc2013-evolution-da10c48009573371ec19e12da0ffe95344bd02a0.tar.xz
gsoc2013-evolution-da10c48009573371ec19e12da0ffe95344bd02a0.tar.zst
gsoc2013-evolution-da10c48009573371ec19e12da0ffe95344bd02a0.zip
moved to after emae_authtype_changed to fix warning.
2004-12-22 Not Zed <NotZed@Ximian.com> * em-account-editor.c (emae_needs_auth): moved to after emae_authtype_changed to fix warning. 2004-12-17 Not Zed <NotZed@Ximian.com> * em-format-html-display.c (efhd_attachment_popup): * message-list.c (ml_tree_drag_data_received): * em-folder-view.c (emfv_popup, emfv_format_popup_event): * em-folder-tree.c (tree_drag_data_received): api changes. (emft_popup): * em-popup.c (emp_standard_menu_factory) (emp_standard_menu_factory): api changes. svn path=/trunk/; revision=28180
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 131f2cab99..da9cc53c55 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 *
menus = g_slist_prepend(menus, item);
}
- e_popup_add_items((EPopup *)emp, menus, efhd_menu_items_free, info);
+ e_popup_add_items((EPopup *)emp, menus, NULL, efhd_menu_items_free, info);
menu = e_popup_create_menu_once((EPopup *)emp, (EPopupTarget *)target, 0);
if (event)