]> git.0d.be Git - empathy.git/commitdiff
Update status icon for new chat API
authorXavier Claessens <xclaesse@src.gnome.org>
Wed, 2 Apr 2008 09:41:27 +0000 (09:41 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Wed, 2 Apr 2008 09:41:27 +0000 (09:41 +0000)
svn path=/trunk/; revision=831

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);