diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-05 22:12:11 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-05 22:12:11 +0800 |
commit | 0cc70ca0f7775bca0bd6a707af7788fa934aabda (patch) | |
tree | 5fce3e20739223f367635a3d86322d6f262fc7d1 /mail/component-factory.c | |
parent | b0deb6e8ac61059829c673b091faa2d192a030e0 (diff) | |
download | gsoc2013-evolution-0cc70ca0f7775bca0bd6a707af7788fa934aabda.tar.gz 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
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |