[Telepathy-commits] [telepathy-mission-control/master] Dispatcher: Fix little copy/paste error with the observer interface
Topi Paavola
topi.paavola at digia.com
Mon Dec 15 08:12:17 PST 2008
---
src/mcd-dispatcher.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index b26f03e..0f742d1 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -1305,7 +1305,6 @@ static void
mcd_dispatcher_run_observers (McdDispatcherContext *context)
{
McdDispatcherPrivate *priv = context->dispatcher->priv;
- McdClient *handler = NULL;
const GList *cl, *channels;
GHashTable *observer_info;
GHashTableIter iter;
@@ -1352,7 +1351,7 @@ mcd_dispatcher_run_observers (McdDispatcherContext *context)
context->client_locks++;
mcd_dispatcher_context_ref (context);
- mc_cli_client_observer_call_observe_channels (handler->proxy, -1,
+ mc_cli_client_observer_call_observe_channels (client->proxy, -1,
account_path, connection_path, channels_array, observer_info,
observe_channels_cb,
context, (GDestroyNotify)mcd_dispatcher_context_unref,
--
1.5.6.5
More information about the Telepathy-commits
mailing list