diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-19 02:35:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-19 02:35:54 +0800 |
commit | 79fcbc9965a60f8099ea355188b954ae2444eddc (patch) | |
tree | 4fc65196725fc3c23ec6c42dd574647faba6246f /libempathy/empathy-tp-chat.c | |
parent | c0619e8382aa29b5cbc872481abd7422ecc9b25b (diff) | |
download | gsoc2013-empathy-79fcbc9965a60f8099ea355188b954ae2444eddc.tar gsoc2013-empathy-79fcbc9965a60f8099ea355188b954ae2444eddc.tar.gz gsoc2013-empathy-79fcbc9965a60f8099ea355188b954ae2444eddc.tar.bz2 gsoc2013-empathy-79fcbc9965a60f8099ea355188b954ae2444eddc.tar.lz gsoc2013-empathy-79fcbc9965a60f8099ea355188b954ae2444eddc.tar.xz gsoc2013-empathy-79fcbc9965a60f8099ea355188b954ae2444eddc.tar.zst gsoc2013-empathy-79fcbc9965a60f8099ea355188b954ae2444eddc.zip |
tp-chat: no need to connect twice on the ChatStateChanged signal
Diffstat (limited to 'libempathy/empathy-tp-chat.c')
-rw-r--r-- | libempathy/empathy-tp-chat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index 928520631..aa8c1a1c5 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -823,10 +823,6 @@ tp_chat_check_if_ready (EmpathyTpChat *chat) tp_chat_state_changed_cb, NULL, NULL, G_OBJECT (chat), NULL); - tp_cli_channel_interface_chat_state_connect_to_chat_state_changed (priv->channel, - tp_chat_state_changed_cb, - NULL, NULL, - G_OBJECT (chat), NULL); priv->ready = TRUE; g_object_notify (G_OBJECT (chat), "ready"); } |