]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.c
chat_destroy_cb: use chat_update_contacts_visibility instead of empathy_chat_set_show...
[empathy.git] / libempathy-gtk / empathy-chat.c
index 256222118f6c8df2351291e12178eb761b53e64a..611f2eb561489de6848e43e4b998509e6ec4048d 100644 (file)
@@ -1969,7 +1969,8 @@ chat_destroy_cb (EmpathyTpChat *tp_chat,
 
        empathy_chat_view_append_event (chat->view, _("Disconnected"));
        gtk_widget_set_sensitive (chat->input_text_view, FALSE);
-       empathy_chat_set_show_contacts (chat, FALSE);
+
+       chat_update_contacts_visibility (chat, FALSE);
 }
 
 static void