diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-27 17:05:18 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-27 17:41:26 +0800 |
commit | c3c7502b206eb550c08e8a9271a4087d855038df (patch) | |
tree | a1d1400a8cf2a9279c20241a0aeba37c1b12d4c5 /libempathy/empathy-tp-chat.h | |
parent | 81a65a9ab520396d5ba6eb4085b4ab653bec547c (diff) | |
download | gsoc2013-empathy-c3c7502b206eb550c08e8a9271a4087d855038df.tar gsoc2013-empathy-c3c7502b206eb550c08e8a9271a4087d855038df.tar.gz gsoc2013-empathy-c3c7502b206eb550c08e8a9271a4087d855038df.tar.bz2 gsoc2013-empathy-c3c7502b206eb550c08e8a9271a4087d855038df.tar.lz gsoc2013-empathy-c3c7502b206eb550c08e8a9271a4087d855038df.tar.xz gsoc2013-empathy-c3c7502b206eb550c08e8a9271a4087d855038df.tar.zst gsoc2013-empathy-c3c7502b206eb550c08e8a9271a4087d855038df.zip |
tp-chat: stop setting the TpAccount during construction
It doesn't have to be a property any more, we can just get it from the
TpConnection when we need it.
Should fix a race crash when the TpAccount of the TpConnection is not set yet;
see fdo#51444.
https://bugzilla.gnome.org/show_bug.cgi?id=678807
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index d3ad334b3..66fb96d7a 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -65,7 +65,6 @@ GQuark empathy_tp_chat_get_feature_ready (void) G_GNUC_CONST; GType empathy_tp_chat_get_type (void) G_GNUC_CONST; EmpathyTpChat * empathy_tp_chat_new (TpSimpleClientFactory *factory, - TpAccount *account, TpConnection *connection, const gchar *object_path, const GHashTable *immutable_properties); |