[Telepathy-commits] [telepathy-gabble/master] Fix variable name
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 10:51:55 PDT 2008
20080430154926-53eee-8a1ffc74c87a8f8dce8a6cfd6c38c1a5ac650855.gz
---
src/gabble-media-channel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gabble-media-channel.c b/src/gabble-media-channel.c
index 7c63103..a31f563 100644
--- a/src/gabble-media-channel.c
+++ b/src/gabble-media-channel.c
@@ -1068,11 +1068,11 @@ gabble_media_channel_request_streams (TpSvcChannelTypeStreamedMedia *iface,
"peer", &peer,
NULL);
- if (peer != handle)
+ if (peer != contact_handle)
{
g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
"cannot add streams for %u: this channel's peer is %u",
- handle, peer);
+ contact_handle, peer);
goto error;
}
}
--
1.5.6.3
More information about the Telepathy-commits
mailing list