* call parent dtor
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 20 Jul 2006 14:14:37 +0000 (14:14 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 20 Jul 2006 14:14:37 +0000 (14:14 +0000)
pmo-trunk-r394

src/modest-tny-msg-view.c

index 24fc97d..cd5811b 100644 (file)
@@ -186,9 +186,10 @@ modest_tny_msg_view_init (ModestTnyMsgView *obj)
 static void
 modest_tny_msg_view_finalize (GObject *obj)
 {      
-       /* TODO! */
+       G_OBJECT_CLASS(parent_class)->finalize (obj);           
 }
 
+
 GtkWidget*
 modest_tny_msg_view_new (const TnyMsgIface *msg)
 {