From 020e85a643577821fc679868d0495fdda958760c Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sat, 23 May 2009 16:39:18 +0200 Subject: Don't chain up to constructor --- libempathy/empathy-tp-file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 30f3da05f..3a5826868 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -669,8 +669,6 @@ do_constructed (GObject *object) priv->state_change_reason = TP_FILE_TRANSFER_STATE_CHANGE_REASON_NONE; - - G_OBJECT_CLASS (empathy_tp_file_parent_class)->constructed (object); } static void -- cgit v1.2.3