[anjal] Deny image load of contact. Mem corruption in libebook it seems
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjal] Deny image load of contact. Mem corruption in libebook it seems
- Date: Mon, 4 Jan 2010 11:34:06 +0000 (UTC)
commit 70884c75c2d2ccf07c80c42fd1b608a12134db70
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Mon Jan 4 17:02:23 2010 +0530
Deny image load of contact. Mem corruption in libebook it seems
src/mail-message-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/mail-message-view.c b/src/mail-message-view.c
index 49ff3dc..f3f97af 100644
--- a/src/mail-message-view.c
+++ b/src/mail-message-view.c
@@ -1396,7 +1396,9 @@ mail_message_view_set_message (MailMessageView *mmview, CamelFolder *folder, con
mmview->main_header = gtk_hbox_new (FALSE, 12);
tmp = gtk_image_new_from_icon_name ("stock_person", GTK_ICON_SIZE_DIALOG);
gtk_widget_show(tmp);
+#if 0
mail_util_fill_photo (tmp, camel_message_info_from(info));
+#endif
gtk_box_pack_start ((GtkBox *)GTK_BOX (mmview->main_header), tmp, FALSE, FALSE, 3);
mmview->priv->table_headers = (GtkWidget *)table;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]