diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy.c b/src/empathy.c index e03e43aa6..e18288c35 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -52,7 +52,7 @@ #include <libempathy/empathy-account-settings.h> #include <libempathy/empathy-connectivity.h> #include <libempathy/empathy-connection-managers.h> -#include <libempathy/empathy-dispatcher.h> +#include <libempathy/empathy-request-util.h> #include <libempathy/empathy-ft-factory.h> #include <libempathy/empathy-gsettings.h> #include <libempathy/empathy-tp-chat.h> @@ -539,7 +539,7 @@ account_status_changed_cb (TpAccount *account, if (new_status != TP_CONNECTION_STATUS_CONNECTED) return; - empathy_dispatcher_join_muc (account, + empathy_join_muc (account, empathy_chatroom_get_room (room), TP_USER_ACTION_TIME_NOT_USER_ACTION); } @@ -587,7 +587,7 @@ account_manager_chatroom_ready_cb (GObject *source_object, } else { - empathy_dispatcher_join_muc (account, + empathy_join_muc (account, empathy_chatroom_get_room (room), TP_USER_ACTION_TIME_NOT_USER_ACTION); } |