summaryrefslogtreecommitdiff
path: root/src/search-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-07-31 10:25:54 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-08-19 10:29:48 +0100
commitaa6f4b72c2d2c4db1671062361731b14a1b2b4e2 (patch)
treeaf028e81ac0c037661d1ed21bf70ef17448d545d /src/search-channel.c
parent100f3a0f0e94c1e290e354f3aa4815a22509773a (diff)
downloadtelepathy-gabble-aa6f4b72c2d2c4db1671062361731b14a1b2b4e2.tar.gz
parse_unextended_field_response: have to use unextended_xmpp_to_tp
Diffstat (limited to 'src/search-channel.c')
-rw-r--r--src/search-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search-channel.c b/src/search-channel.c
index 16ea26b04..fb82a7b5e 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)
{