aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-folder-cache.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-29 01:04:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-29 01:04:18 +0800
commit1648a217888a723d68996f34a67d821ccb3b443e (patch)
tree08472ef9f5eddc1816f4eebe345a8a619ac308a7 /mail/mail-folder-cache.c
parent906663f126bed774a9876ac0102473cbfff8c2fe (diff)
downloadgsoc2013-evolution-1648a217888a723d68996f34a67d821ccb3b443e.tar
gsoc2013-evolution-1648a217888a723d68996f34a67d821ccb3b443e.tar.gz
gsoc2013-evolution-1648a217888a723d68996f34a67d821ccb3b443e.tar.bz2
gsoc2013-evolution-1648a217888a723d68996f34a67d821ccb3b443e.tar.lz
gsoc2013-evolution-1648a217888a723d68996f34a67d821ccb3b443e.tar.xz
gsoc2013-evolution-1648a217888a723d68996f34a67d821ccb3b443e.tar.zst
gsoc2013-evolution-1648a217888a723d68996f34a67d821ccb3b443e.zip
Disable debug here too - all this code has been working fine.
2004-05-28 Jeffrey Stedfast <fejj@novell.com> * em-folder-tree.c (d): Disable debug here too - all this code has been working fine. * em-folder-selector.c (d): Disable debug spew here too (not that this debug was ever seen since it never hit those conditions). * mail-folder-cache.c (d): Disable debug here too. * em-folder-tree-model.c: Disable debug spewage that we don't need anymore. The amount of debug spewage on the console is getting to be too much to find anything. * em-folder-tree.c (emft_expand_node): Use p+1 as the full_name rather than p. Fixes bug #59187. svn path=/trunk/; revision=26125
Diffstat (limited to 'mail/mail-folder-cache.c')
-rw-r--r--mail/mail-folder-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c
index 43071e45f9..25c962472c 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -54,7 +54,7 @@
#include "em-folder-tree-model.h"
#define w(x)
-#define d(x) x
+#define d(x)
/* note that many things are effectively serialised by having them run in
the main loop thread which they need to do because of corba/gtk calls */