[telepathy-mission-control/master] McdDispatchOperation: inline a call to _mcd_dispatch_operation_is_awaiting_approval

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Nov 2 06:41:40 PST 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 1d80ca5..87d3920 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -238,7 +238,7 @@ _mcd_dispatch_operation_dec_ado_pending (McdDispatchOperation *self)
     _mcd_dispatch_operation_check_finished (self);
 
     if (!_mcd_dispatch_operation_has_ado_pending (self) &&
-        !_mcd_dispatch_operation_is_awaiting_approval (self))
+        !self->priv->awaiting_approval)
     {
         DEBUG ("No approver accepted the channels; considering them to be "
                "approved");
-- 
1.5.6.5




More information about the telepathy-commits mailing list