From 23d90f884b28cabd3b9b986998c118314a9238f9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 Mar 2011 14:02:52 +0100 Subject: rename empathy-dispatcher to empathy-request-util We don't have EmpathyDispatcher any more so this file just contains some utility functions now. --- src/empathy-main-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 12b99ba5f..b4c1254df 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include #include @@ -1157,7 +1157,7 @@ join_chatroom (EmpathyChatroom *chatroom, room = empathy_chatroom_get_room (chatroom); DEBUG ("Requesting channel for '%s'", room); - empathy_dispatcher_join_muc (account, room, timestamp); + empathy_join_muc (account, room, timestamp); } typedef struct -- cgit