[Telepathy-commits] [telepathy-mission-control/master] Initialize the account field.

Alberto Mardegan alberto.mardegan at nokia.com
Thu Feb 12 01:50:56 PST 2009


This fixes a failed assertion in mcd_dispatcher_run_handler().
---
 src/mcd-dispatcher.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index bfee614..b3a044a 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -3089,6 +3089,7 @@ _mcd_dispatcher_reinvoke_handler (McdDispatcher *dispatcher,
     context->ref_count = 1;
     context->dispatcher = dispatcher;
     context->channels = g_list_prepend (NULL, channel);
+    context->account = mcd_channel_get_account (channel);
 
     /* We must ref() the channel, because
      * mcd_dispatcher_context_unref() will unref() it */
-- 
1.5.6.5




More information about the telepathy-commits mailing list