diff options
author | Patryk Zawadzki <patrys@pld-linux.org> | 2009-06-16 21:37:08 +0800 |
---|---|---|
committer | Patryk Zawadzki <patrys@pld-linux.org> | 2009-06-16 21:37:08 +0800 |
commit | 40d33622db46952e016cc8e540403cccb7ba6103 (patch) | |
tree | f26977dd5915f8df13e60faa61b943890bb6575f /libempathy/empathy-contact.h | |
parent | cea163a21118f4f06aa6c37fa4463f9666a63019 (diff) | |
download | gsoc2013-empathy-40d33622db46952e016cc8e540403cccb7ba6103.tar gsoc2013-empathy-40d33622db46952e016cc8e540403cccb7ba6103.tar.gz gsoc2013-empathy-40d33622db46952e016cc8e540403cccb7ba6103.tar.bz2 gsoc2013-empathy-40d33622db46952e016cc8e540403cccb7ba6103.tar.lz gsoc2013-empathy-40d33622db46952e016cc8e540403cccb7ba6103.tar.xz gsoc2013-empathy-40d33622db46952e016cc8e540403cccb7ba6103.tar.zst gsoc2013-empathy-40d33622db46952e016cc8e540403cccb7ba6103.zip |
Introduce empathy_contact_equal, adapt themes
Fixed adium and boxes theme engines to check if contacts refer to
the same id instead of comparing pointers. This fixes bug #585885.
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index f4418768e..f88831342 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -125,7 +125,9 @@ gboolean empathy_avatar_save_to_file (EmpathyAvatar *avatar, GHashTable * empathy_contact_get_location (EmpathyContact *contact); void empathy_contact_set_location (EmpathyContact *contact, - GHashTable *location); + GHashTable *location); +gboolean empathy_contact_equal (gconstpointer contact1, + gconstpointer contact2); G_END_DECLS |