aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-09 13:30:37 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-09 13:30:37 +0800
commite7697db4fc1f4c90e74fab18dd6432f144b53cdd (patch)
treea67eab05308d0ab27cd22c4ac296b718622c3b71 /mail/message-list.c
parent5bdcadd4cf57f4f9ee405a33daf7a3f91e1f6bf1 (diff)
downloadgsoc2013-evolution-e7697db4fc1f4c90e74fab18dd6432f144b53cdd.tar
gsoc2013-evolution-e7697db4fc1f4c90e74fab18dd6432f144b53cdd.tar.gz
gsoc2013-evolution-e7697db4fc1f4c90e74fab18dd6432f144b53cdd.tar.bz2
gsoc2013-evolution-e7697db4fc1f4c90e74fab18dd6432f144b53cdd.tar.lz
gsoc2013-evolution-e7697db4fc1f4c90e74fab18dd6432f144b53cdd.tar.xz
gsoc2013-evolution-e7697db4fc1f4c90e74fab18dd6432f144b53cdd.tar.zst
gsoc2013-evolution-e7697db4fc1f4c90e74fab18dd6432f144b53cdd.zip
Fixed some warnings.
2000-08-09 Christopher James Lahey <clahey@helixcode.com> * mail-display.c, mail-format.c, mail-ops.c: Fixed some warnings. * message-list.c: Fix the call to e_popup_menu_run to match the new signature. svn path=/trunk/; revision=4634
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 b1c0e050d2..34cf89664a 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -997,7 +997,7 @@ on_right_click (ETableScrolled *table, gint row, gint col, GdkEvent *event, Mess
{ NULL, NULL, NULL, 0 }
};
- e_popup_menu_run (menu, (GdkEventButton *)event, (fb->folder == drafts_folder) ? 0 : 1, fb);
+ e_popup_menu_run (menu, (GdkEventButton *)event, (fb->folder == drafts_folder) ? 0 : 1, 0, fb);
return TRUE;
}