aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 9a764cef3..c4ca55309 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -108,7 +108,7 @@ new_channel_cb (EmpathyChandler *chandler,
gchar *id;
account = mission_control_get_account_for_connection (mc, tp_conn, NULL);
- id = empathy_get_channel_id (account, tp_chan);
+ id = empathy_inspect_channel (account, tp_chan);
chat = empathy_chat_window_find_chat (account, id);
g_free (id);