diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 0b8460f02..1361840fa 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -2263,7 +2263,7 @@ chat_finalize (GObject *object) chat_members_changed_cb, chat); g_signal_handlers_disconnect_by_func (priv->tp_chat, chat_remote_contact_changed_cb, chat); - empathy_tp_chat_close (priv->tp_chat); + empathy_tp_chat_leave (priv->tp_chat); g_object_unref (priv->tp_chat); } if (priv->account) { |