aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-01-02 08:56:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-02 08:56:09 +0800
commit7f77a607eaf0636fb983f51c4697a298596b7211 (patch)
tree264213d3cf41c0a606e78153a3497227331a81c9
parent863c2afc5c3fbaecdc1cdb6e7a70ceccce17ae07 (diff)
downloadgsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar
gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.gz
gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.bz2
gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.lz
gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.xz
gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.tar.zst
gsoc2013-evolution-7f77a607eaf0636fb983f51c4697a298596b7211.zip
fixed unresolved symbol (d)
svn path=/trunk/; revision=7207
-rw-r--r--mail/mail-ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index aa574b53b4..34ec1c6493 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -37,6 +37,8 @@
#include "folder-browser.h"
#include "e-util/e-html-utils.h"
+#define d(x) x
+
/* temporary 'hack' */
int mail_operation_run(const mail_operation_spec *op, void *in, int free);