[telepathy-gabble/master] Correct message when search response has no <query>

Will Thompson will.thompson at collabora.co.uk
Wed Aug 26 09:21:59 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 5f44e11..55de724 100644
--- a/src/search-channel.c
+++ b/src/search-channel.c
@@ -561,7 +561,7 @@ search_reply_cb (GabbleConnection *conn,
   else if (NULL == query_node)
     {
       err = g_error_new (TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
-          "%s is broken: it replied to our <query> with an empty IQ",
+          "%s is broken: its iq reply didn't contain a <query/>",
           chan->priv->server);
     }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list