From 26110eb9baef0ef58e8daebff9c3373485da3e50 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 6 Jul 2010 16:18:39 +0200 Subject: empathy_dispatcher_join_muc: remove callback arg We always want to let the text handler handle the channel. --- src/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 565612478..eba94a54f 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -899,7 +899,7 @@ join_chatroom (EmpathyChatroom *chatroom, room = empathy_chatroom_get_room (chatroom); DEBUG ("Requesting channel for '%s'", room); - empathy_dispatcher_join_muc (connection, room, timestamp, NULL, NULL); + empathy_dispatcher_join_muc (connection, room, timestamp); } typedef struct -- cgit v1.2.3