diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-14 17:48:36 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-14 17:48:36 +0800 |
commit | 3cf228772512334661adb91a1a709b6a2962651f (patch) | |
tree | e57909f205923166b53c838112b31c504736f1e1 /mail/mail-component.c | |
parent | e042b373fb825a11814f9b7b4db50309951f8bc6 (diff) | |
download | gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.tar.gz gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.tar.zst gsoc2013-evolution-3cf228772512334661adb91a1a709b6a2962651f.zip |
remove debug comment.
2004-04-14 Not Zed <NotZed@Ximian.com>
* mail-component.c (impl_createControls): remove debug comment.
** See #56641.
* em-format-html-display.c (efhd_format_secure): fix a small
memleak.
(efhd_bonobo_unknown, efhd_format_attachment): close the <object>
tag properly, and <br> it as well to make sure its separated.
* em-sync-stream.c: add some runtime and compile time stream
logging stuff.
svn path=/trunk/; revision=25457
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r-- | mail/mail-component.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c index 2b10893f9e..9cef8556ef 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -533,8 +533,6 @@ impl_createControls (PortableServer_Servant servant, gtk_widget_show (view_widget); gtk_widget_show (statusbar_widget); - printf("setting up info area\n"); - vbox = gtk_vbox_new(FALSE, 0); info = e_info_label_new("evolution-inbox-mini.png"); e_info_label_set_info((EInfoLabel *)info, _("Mail"), ""); |