]> git.0d.be Git - empathy.git/blobdiff - src/empathy-status-icon.c
Update status icon for new chat API
[empathy.git] / src / empathy-status-icon.c
index 9ea0604fc5ad0c3681d40c4d30fefad2e606ff74..aee16682b06b574574cdbbaf575eaeefa131a35b 100644 (file)
@@ -307,7 +307,7 @@ status_icon_text_filter_new_channel (EmpathyFilter     *filter,
        empathy_debug (DEBUG_DOMAIN, "New text channel to be filtered for contact %s",
                       empathy_inspect_channel (account, tp_chan));
 
-       tp_chat = empathy_tp_chat_new (account, tp_chan);
+       tp_chat = empathy_tp_chat_new (account, tp_chan, FALSE);
        g_object_set_data (G_OBJECT (tp_chat), "filter", filter);
        g_object_unref (account);