[telepathy-gabble/master] parse_unextended_field_response: have to use unextended_xmpp_to_tp
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Aug 26 09:22:01 PDT 2009
---
src/search-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/search-channel.c b/src/search-channel.c
index 16ea26b..fb82a7b 100644
--- a/src/search-channel.c
+++ b/src/search-channel.c
@@ -212,7 +212,7 @@ parse_unextended_field_response (LmMessageNode *query_node,
continue;
}
- tp_name = g_hash_table_lookup (xmpp_to_tp, field->name);
+ tp_name = g_hash_table_lookup (unextended_xmpp_to_tp, field->name);
if (tp_name != NULL)
{
--
1.5.6.5
More information about the telepathy-commits
mailing list