From 88fc949d3521c77a8ab9e86f8366f670b940bafb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 27 Sep 2011 14:29:02 +0200 Subject: tp-file: chain up constructed https://bugzilla.gnome.org/show_bug.cgi?id=658245 --- libempathy/empathy-tp-file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 3bb2dd49c..09e14ceb6 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -798,6 +798,8 @@ do_constructed (GObject *object) self->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