aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-20 03:54:58 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-20 03:54:58 +0800
commit13a1d6f61bb401bcee377c65736497c0f44fb3f5 (patch)
treeb4964f3bcc4ed724b2607d07775f0f9e588f3aae /my-evolution/e-summary.c
parentdabcbedc2852c516db58a01a12b82575903c07fc (diff)
downloadgsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.tar
gsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.tar.gz
gsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.tar.bz2
gsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.tar.lz
gsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.tar.xz
gsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.tar.zst
gsoc2013-evolution-13a1d6f61bb401bcee377c65736497c0f44fb3f5.zip
Fix the mail folder links
svn path=/trunk/; revision=11231
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r--my-evolution/e-summary.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c
index 0de680557a..40518b5eb5 100644
--- a/my-evolution/e-summary.c
+++ b/my-evolution/e-summary.c
@@ -543,7 +543,6 @@ e_summary_add_protocol_listener (ESummary *summary,
g_return_if_fail (listener != NULL);
if (summary->priv->protocol_hash == NULL) {
- g_print ("Creating\n");
summary->priv->protocol_hash = g_hash_table_new (g_str_hash,
g_str_equal);
old = NULL;