aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-03-05 22:12:11 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-03-05 22:12:11 +0800
commit0cc70ca0f7775bca0bd6a707af7788fa934aabda (patch)
tree5fce3e20739223f367635a3d86322d6f262fc7d1
parentb0deb6e8ac61059829c673b091faa2d192a030e0 (diff)
downloadgsoc2013-evolution-0cc70ca0f7775bca0bd6a707af7788fa934aabda.tar
gsoc2013-evolution-0cc70ca0f7775bca0bd6a707af7788fa934aabda.tar.gz
gsoc2013-evolution-0cc70ca0f7775bca0bd6a707af7788fa934aabda.tar.bz2
gsoc2013-evolution-0cc70ca0f7775bca0bd6a707af7788fa934aabda.tar.lz
gsoc2013-evolution-0cc70ca0f7775bca0bd6a707af7788fa934aabda.tar.xz
gsoc2013-evolution-0cc70ca0f7775bca0bd6a707af7788fa934aabda.tar.zst
gsoc2013-evolution-0cc70ca0f7775bca0bd6a707af7788fa934aabda.zip
remove debug printf.
2003-03-06 Not Zed <NotZed@Ximian.com> * component-factory.c (owner_unset_cb): remove debug printf. svn path=/trunk/; revision=20168
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/component-factory.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fdce71cd37..4447659923 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-06 Not Zed <NotZed@Ximian.com>
+
+ * component-factory.c (owner_unset_cb): remove debug printf.
+
2003-03-05 Not Zed <NotZed@Ximian.com>
* component-factory.c (idle_quit): Removed old quit code.
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 477148bd14..98671807ca 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -915,8 +915,6 @@ owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data)
int i;
EIterator *it;
- printf("mailer shutdown\n");
-
gconf = gconf_client_get_default ();
for (i=0;i<sizeof(shell_component_handlers)/sizeof(shell_component_handlers[0]);i++)
g_signal_handler_disconnect((GtkObject *)shell_component, shell_component_handlers[i].hand);