[telepathy-mission-control/master] _mcd_dispatcher_enter_state_machine: use mcd_dispatcher_context_proceed instead of the equivalent call to mcd_dispatcher_context_process

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Sep 9 04:17:18 PDT 2009


_process's semantics are less obvious and it will be deprecated
eventually.
---
 src/mcd-dispatcher.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index 16f4376..01290a6 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -1615,7 +1615,7 @@ _mcd_dispatcher_enter_state_machine (McdDispatcher *dispatcher,
         sp_timestamp ("invoke internal filters");
 
         mcd_dispatcher_context_ref (context, "CTXREF01");
-	mcd_dispatcher_context_process (context, TRUE);
+        mcd_dispatcher_context_proceed (context);
     }
     else
     {
-- 
1.5.6.5




More information about the telepathy-commits mailing list