* remove more debug stuff
authorArne Zellentin <arne@kernelconcepts.de>
Tue, 13 Jun 2006 15:57:49 +0000 (15:57 +0000)
committerArne Zellentin <arne@kernelconcepts.de>
Tue, 13 Jun 2006 15:57:49 +0000 (15:57 +0000)
pmo-trunk-r264

src/modest-tny-msg-view.c

index 923695f..57fbb8e 100644 (file)
@@ -168,8 +168,6 @@ modest_tny_msg_view_new (TnyMsgIface *msg, const gboolean show_attachments_inlin
 
        if (priv->gtkhtml) 
                gtk_container_add (GTK_CONTAINER(obj), priv->gtkhtml);
-       else
-               g_error("argh1");
        
        if (msg)
                modest_tny_msg_view_set_message (self, msg);