X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=src%2Fempathy-chat.c;h=b35480dc912b92c3b359e4aa782e79b9cdbe9a26;hp=f25acb6575b89f670f3c244b6c621d4d61e2c51c;hb=15aa6a83ff96fad9f959762f2b57646f9e735cd1;hpb=8eef204e706a2a4c4b16c935b853ea207b775729 diff --git a/src/empathy-chat.c b/src/empathy-chat.c index f25acb65..b35480dc 100644 --- a/src/empathy-chat.c +++ b/src/empathy-chat.c @@ -76,6 +76,8 @@ activate_cb (GApplication *application) g_assert (chat_mgr == NULL); chat_mgr = empathy_chat_manager_dup_singleton (); + empathy_chat_window_present_chat(NULL, 0); + g_signal_connect (chat_mgr, "displayed-chats-changed", G_CALLBACK (displayed_chats_changed_cb), GUINT_TO_POINTER (1)); }