From d15f0384604929b33e62f3cf0d1d92f343db0eb2 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 2 Apr 2008 09:41:27 +0000 Subject: Update status icon for new chat API svn path=/trunk/; revision=831 --- src/empathy-status-icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-status-icon.c') diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 9ea0604fc..aee16682b 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -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); -- cgit v1.2.3