[telepathy-mission-control/master] If we try to dispatch channels but no more handlers can take them, Destroy() them instead of aborting them

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Jun 26 07:46:14 PDT 2009


---
 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 be4812b..6a9f105 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -998,7 +998,7 @@ mcd_dispatcher_run_handlers (McdDispatcherContext *context)
 
         mcd_channel_take_error (channel, g_error_copy (&e));
         g_signal_emit_by_name (self, "dispatch-failed", channel, &e);
-        mcd_mission_abort (MCD_MISSION (channel));
+        _mcd_channel_undispatchable (channel);
     }
     g_list_free (channels);
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list