summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenko Rasic <senko.rasic@collabora.co.uk>2010-04-12 16:08:34 +0200
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 19:16:12 +0100
commit72e342133acdf97dc6e62a1568de0e312bbbf78d (patch)
tree60965a1dee2daab6ddd2eb3e82a6e80a36ed96f5
parent33a006b9204e6a3559c92837e4a6c89ff1f0d2f3 (diff)
downloadtelepathy-mission-control-72e342133acdf97dc6e62a1568de0e312bbbf78d.tar.gz
pass on the account path to the handler map
-rw-r--r--src/mcd-dispatch-operation.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index 2d1fafb9..80623912 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -623,7 +623,8 @@ mcd_dispatch_operation_set_channel_handled_by (McdDispatchOperation *self,
_mcd_channel_set_status (channel, MCD_CHANNEL_STATUS_DISPATCHED);
_mcd_handler_map_set_channel_handled (self->priv->handler_map,
- tp_channel, unique_name);
+ tp_channel, unique_name,
+ _mcd_dispatch_operation_get_account_path (self));
}
static void