[Bug 69194] stop Gabble using things deprecated in 0.20, 0.22

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 10 12:22:14 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=69194

--- Comment #5 from Xavier Claessens <xclaesse at gmail.com> ---
Comment on attachment 85583
  --> https://bugs.freedesktop.org/attachment.cgi?id=85583
Cache vCard aliases in a hash table, not in deprecated  handle qdata

Review of attachment 85583:
 --> (https://bugs.freedesktop.org/page.cgi?id=splinter.html&bug=69194&attachment=85583)
-----------------------------------------------------------------

::: src/vcard-manager.c
@@ +1681,5 @@
>    g_return_val_if_fail (tp_handle_is_valid (contact_repo, handle, NULL),
>        FALSE);
>  
> +  /* Return TRUE for positively or negatively cached contacts. */
> +  return g_hash_table_lookup_extended (priv->alias_cache,

g_hash_table_contains() is made for that.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the telepathy-bugs mailing list