diff options
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |