Changeset 432

Show
Ignore:
Timestamp:
05/30/06 01:40:54
Author:
pvanhoof
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/tny-msg-folder.c

    r425 r432  
    673673                 */ 
    674674 
    675                 /* So we postphone the freeing to the finalize  
     675                /* So we postpone the freeing to the finalize  
    676676                camel_folder_free_uids (priv->folder, uids); */ 
    677677 
  • trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.c

    r431 r432  
    107107                if (!part) 
    108108                { 
    109                         /* This shouldn't happen */ 
     109                        /* This shouldn't happen! ;-) */ 
    110110                        g_warning (_("Mimepart problem\n")); 
    111111                        parts = g_list_next (parts); 
     
    132132                        TnyStreamIface *dest = NULL; 
    133133 
    134                         /* TODO: Add a filter (decoder) here (html filter) */ 
    135  
    136134                        dest = TNY_STREAM_IFACE (tny_moz_embed_stream_new (priv->htmlview)); 
    137135 
     
    143141                        tny_stream_iface_reset (dest); 
    144142                        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); 
    145146                         
    146                         g_thread_create (remove_html_stread_hack, dest, FALSE, NULL); 
    147                         /* g_object_unref (G_OBJECT (dest)); */ 
    148  
    149147                } else if (tny_msg_mime_part_iface_get_content_type (part) && 
    150148                        tny_msg_mime_part_iface_is_attachment (part))