diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-file.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |