aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-12-11 12:20:20 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-12-11 12:20:20 +0800
commitd693a82428bdbe63f306b19e3b8ae44a1c9368d8 (patch)
treec04b0d673162dfabcf4708627b1f0dcb891d4d1f /mail
parentffc70650c181db4dcfaf85d319cad74aaa6ee8d2 (diff)
downloadgsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.tar
gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.tar.gz
gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.tar.bz2
gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.tar.lz
gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.tar.xz
gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.tar.zst
gsoc2013-evolution-d693a82428bdbe63f306b19e3b8ae44a1c9368d8.zip
Left debug on, turned off.
svn path=/trunk/; revision=6899
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog1
-rw-r--r--mail/mail-local.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d346ca6e74..4c583db0c9 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -25,6 +25,7 @@
(cleanup_register_folder): Properly free the local_folder if the
op failed.
(free_local_folder): Unhook events also.
+ (d): Oops, left debug turned on.
2000-12-09 Christopher James Lahey <clahey@helixcode.com>
diff --git a/mail/mail-local.c b/mail/mail-local.c
index ad80f11e64..59fb39f769 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -52,7 +52,7 @@
#include "mail-threads.h"
#include "folder-browser.h"
-#define d(x) x
+#define d(x)
/* Local folder metainfo */