aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-status-icon.c2
1 files changed, 1 insertions, 1 deletions
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);