From 35a8813a4800909bc39ba284e79db08ae1fa2d11 Mon Sep 17 00:00:00 2001 From: Jesse Pavel Date: Tue, 7 Nov 2000 19:03:10 +0000 Subject: modified some of the EPopupMenu structures to account for differences in * mail-display.c: (pixmap_press): modified some of the EPopupMenu structures to account for differences in the popup menu API (as informed by Jeff.) svn path=/trunk/; revision=6486 --- mail/ChangeLog | 6 ++++++ mail/mail-display.c | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 772ff11d1a..b82b909a12 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-11-07 Jesse Pavel + + * mail-display.c: (pixmap_press): modified some of the EPopupMenu + structures to account for differences in the popup menu API (as + informed by Jeff.) + 2000-11-07 Ettore Perazzoli * Makefile.am (INCLUDES): Add the composer dirs. diff --git a/mail/mail-display.c b/mail/mail-display.c index 350d1e1772..d9da7e2a9a 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -272,11 +272,11 @@ pixmap_press (GtkWidget *ebox, GdkEventButton *event, gpointer user_data) { EPopupMenu menu[] = { { N_("Save to Disk..."), NULL, - GTK_SIGNAL_FUNC (save_cb), 0 }, + GTK_SIGNAL_FUNC (save_cb), NULL, 0 }, { N_("Open in %s..."), NULL, - GTK_SIGNAL_FUNC (launch_cb), 1 }, + GTK_SIGNAL_FUNC (launch_cb), NULL, 1 }, { N_("View Inline"), NULL, - GTK_SIGNAL_FUNC (inline_cb), 2 }, + GTK_SIGNAL_FUNC (inline_cb), NULL, 2 }, { NULL, NULL, NULL, 0 } }; CamelMimePart *part; -- cgit v1.2.3