diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-07 21:02:52 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-17 16:53:48 +0800 |
commit | 23d90f884b28cabd3b9b986998c118314a9238f9 (patch) | |
tree | 0d8be2485fd833194b2543979a0afbf086a038b5 /src/empathy-main-window.c | |
parent | a7422e3aa529737591539a1e01889646c99e924b (diff) | |
download | gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.gz gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.tar.zst gsoc2013-empathy-23d90f884b28cabd3b9b986998c118314a9238f9.zip |
rename empathy-dispatcher to empathy-request-util
We don't have EmpathyDispatcher any more so this file just contains some
utility functions now.
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <libempathy/empathy-contact.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-dispatcher.h> +#include <libempathy/empathy-request-util.h> #include <libempathy/empathy-chatroom-manager.h> #include <libempathy/empathy-chatroom.h> #include <libempathy/empathy-contact-list.h> @@ -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 |