Changeset 432
- Timestamp:
- 05/30/06 01:40:54
- Files:
-
- trunk/libtinymail-camel/tny-msg-folder.c (modified) (1 diff)
- trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/tny-msg-folder.c
r425 r432 673 673 */ 674 674 675 /* So we postp hone the freeing to the finalize675 /* So we postpone the freeing to the finalize 676 676 camel_folder_free_uids (priv->folder, uids); */ 677 677 trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.c
r431 r432 107 107 if (!part) 108 108 { 109 /* This shouldn't happen */109 /* This shouldn't happen! ;-) */ 110 110 g_warning (_("Mimepart problem\n")); 111 111 parts = g_list_next (parts); … … 132 132 TnyStreamIface *dest = NULL; 133 133 134 /* TODO: Add a filter (decoder) here (html filter) */135 136 134 dest = TNY_STREAM_IFACE (tny_moz_embed_stream_new (priv->htmlview)); 137 135 … … 143 141 tny_stream_iface_reset (dest); 144 142 tny_msg_mime_part_iface_decode_to_stream (part, dest); 143 144 /* This will do: g_object_unref (G_OBJECT (dest)); */ 145 g_thread_create (remove_html_stread_hack, dest, FALSE, NULL); 145 146 146 g_thread_create (remove_html_stread_hack, dest, FALSE, NULL);147 /* g_object_unref (G_OBJECT (dest)); */148 149 147 } else if (tny_msg_mime_part_iface_get_content_type (part) && 150 148 tny_msg_mime_part_iface_is_attachment (part))
