diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-09 13:30:37 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-09 13:30:37 +0800 |
commit | e7697db4fc1f4c90e74fab18dd6432f144b53cdd (patch) | |
tree | a67eab05308d0ab27cd22c4ac296b718622c3b71 /mail/mail-ops.c | |
parent | 5bdcadd4cf57f4f9ee405a33daf7a3f91e1f6bf1 (diff) | |
download | gsoc2013-evolution-e7697db4fc1f4c90e74fab18dd6432f144b53cdd.tar.gz 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/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index be8fd3ee5d..355493d97e 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -36,6 +36,7 @@ #include "filter/filter-editor.h" #include "filter/filter-driver.h" #include "widgets/e-table/e-table.h" +#include "mail-local.h" /* FIXME: is there another way to do this? */ #include "Evolution.h" |