diff options
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index d4c2908e8..eb43bc10e 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1445,7 +1445,7 @@ dispatcher_request_handles_cb (TpConnection *connection, if (error != NULL) { - EmpathyDispatcher *self = EMPATHY_DISPATCHER (object); + EmpathyDispatcher *self = request_data->dispatcher; EmpathyDispatcherPriv *priv = GET_PRIV (self); ConnectionData *cd; |