aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.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/em-folder-tree-model.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/em-folder-tree-model.c')
-rw-r--r--mail/em-folder-tree-model.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c
index fe0f902234..d32c4062e5 100644
--- a/mail/em-folder-tree-model.c
+++ b/mail/em-folder-tree-model.c
@@ -57,8 +57,8 @@
#include "em-marshal.h"
#include "em-folder-tree-model.h"
-#define u(x) x /* unread count debug */
-#define d(x) x
+#define u(x) /* unread count debug */
+#define d(x)
static GType col_types[] = {
G_TYPE_STRING, /* display name */