aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-06 22:18:39 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-07 16:03:00 +0800
commit26110eb9baef0ef58e8daebff9c3373485da3e50 (patch)
tree19b1bde418cb00b3d73c02a5f792fe06224861d8 /src/empathy-main-window.c
parent817f3db6bb903c509b55a194425a1ccb350192fa (diff)
downloadgsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar
gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.gz
gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.bz2
gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.lz
gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.xz
gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.zst
gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.zip
empathy_dispatcher_join_muc: remove callback arg
We always want to let the text handler handle the channel.
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c2
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