diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-27 17:05:18 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-06-27 17:30:44 +0800 |
commit | 284d3c729f9cb30610ddee56c479d1176270f854 (patch) | |
tree | 3a12576d38d289af794c9afb5b8ac1760b0f803d /libempathy/empathy-tp-chat.h | |
parent | 4f558f713f64a07259704f2462d459db8a5ae51f (diff) | |
download | gsoc2013-empathy-284d3c729f9cb30610ddee56c479d1176270f854.tar gsoc2013-empathy-284d3c729f9cb30610ddee56c479d1176270f854.tar.gz gsoc2013-empathy-284d3c729f9cb30610ddee56c479d1176270f854.tar.bz2 gsoc2013-empathy-284d3c729f9cb30610ddee56c479d1176270f854.tar.lz gsoc2013-empathy-284d3c729f9cb30610ddee56c479d1176270f854.tar.xz gsoc2013-empathy-284d3c729f9cb30610ddee56c479d1176270f854.tar.zst gsoc2013-empathy-284d3c729f9cb30610ddee56c479d1176270f854.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.
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 885479cb3..a7414bac7 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -66,7 +66,6 @@ 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); |