[telepathy-mission-control/master] Fix a misleading comment as per wjt's review

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 20 11:44:05 PDT 2009


---
 src/mcd-dispatch-operation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index 4bc79c2..4da5615 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -625,7 +625,7 @@ mcd_dispatch_operation_channel_aborted_cb (McdChannel *channel,
     DEBUG ("Channel %p aborted while in a dispatch operation", channel);
 
     /* if it was a channel request, and it was cancelled, then the whole
-     * context should be aborted */
+     * dispatch operation should be aborted, closing any related channels */
     error = mcd_channel_get_error (channel);
     if (error && error->code == TP_ERROR_CANCELLED)
         self->priv->cancelled = TRUE;
-- 
1.5.6.5




More information about the telepathy-commits mailing list