aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-11-13 13:23:29 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-11-13 13:23:29 +0800
commit35b15cb0516407c8ab0bd3ba403e04dffaaef0a1 (patch)
tree8fad8c0292aadfc69d89cd3f7f0e203524ff9fa6 /mail/em-format-html-display.c
parent8e302d84a481b9788ca071f824af598176e78df8 (diff)
downloadgsoc2013-evolution-35b15cb0516407c8ab0bd3ba403e04dffaaef0a1.tar
gsoc2013-evolution-35b15cb0516407c8ab0bd3ba403e04dffaaef0a1.tar.gz
gsoc2013-evolution-35b15cb0516407c8ab0bd3ba403e04dffaaef0a1.tar.bz2
gsoc2013-evolution-35b15cb0516407c8ab0bd3ba403e04dffaaef0a1.tar.lz
gsoc2013-evolution-35b15cb0516407c8ab0bd3ba403e04dffaaef0a1.tar.xz
gsoc2013-evolution-35b15cb0516407c8ab0bd3ba403e04dffaaef0a1.tar.zst
gsoc2013-evolution-35b15cb0516407c8ab0bd3ba403e04dffaaef0a1.zip
use malloc0 for the pobject memory.
2003-11-13 Not Zed <NotZed@Ximian.com> * em-format-html.c (em_format_html_add_pobject): use malloc0 for the pobject memory. svn path=/trunk/; revision=23313
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r--mail/em-format-html-display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c
index 1b36fbbdb0..779e70a69a 100644
--- a/mail/em-format-html-display.c
+++ b/mail/em-format-html-display.c
@@ -614,8 +614,6 @@ efhd_xpkcs7mime_validity_clicked(GtkWidget *button, EMFormatHTMLPObject *pobject
GladeXML *xml;
GtkWidget *vbox, *w;
- printf("validity clicked\n");
-
if (po->widget)
/* FIXME: window raise? */
return;