aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-11-08 03:03:10 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-11-08 03:03:10 +0800
commit35a8813a4800909bc39ba284e79db08ae1fa2d11 (patch)
tree9d8a11e139a5b978350f3b5b58dc7f55b1cf374c
parent1c81061178a53a4784fa6db69cb96a0823656dcf (diff)
downloadgsoc2013-evolution-35a8813a4800909bc39ba284e79db08ae1fa2d11.tar.gz
gsoc2013-evolution-35a8813a4800909bc39ba284e79db08ae1fa2d11.tar.zst
gsoc2013-evolution-35a8813a4800909bc39ba284e79db08ae1fa2d11.zip
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
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-display.c6
2 files changed, 9 insertions, 3 deletions
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 <jpavel@helixcode.com>
+
+ * 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 <ettore@helixcode.com>
* 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;
otchkris2007-02-011-0/+1 * Update to 0.12.0.delphij2006-08-194-31/+96 * - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-141-1/+1 * Conversion to a single libtool environment.ade2006-02-232-2/+3 * - Change nan("chars") to strtod("NAN(chars)", NULL) and remove dependency of ...mnag2006-02-192-4/+20 * - Add SHA256pav2005-11-241-0/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * nan() is a gcc 3.3-ism, therefor require GCC 3.3 for this port.edwin2005-10-111-3/+4 * Upgrade to 0.11.0edwin2005-10-095-21/+58 * don't install .la filesoliver2005-06-012-2/+1 * change the libtool version to use from 1.3 to 1.5oliver2005-05-312-1/+3 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-10