diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-27 04:16:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-27 04:16:00 +0800 |
commit | 8c22592a9a13ac09f8e7c0357fafcfd163910a4c (patch) | |
tree | 59b0436d072c06b8c423038064dc79728f619614 /ChangeLog | |
parent | bf1079017d1d5d78147619a6377ef00e62010bf4 (diff) | |
download | gsoc2013-empathy-8c22592a9a13ac09f8e7c0357fafcfd163910a4c.tar gsoc2013-empathy-8c22592a9a13ac09f8e7c0357fafcfd163910a4c.tar.gz gsoc2013-empathy-8c22592a9a13ac09f8e7c0357fafcfd163910a4c.tar.bz2 gsoc2013-empathy-8c22592a9a13ac09f8e7c0357fafcfd163910a4c.tar.lz gsoc2013-empathy-8c22592a9a13ac09f8e7c0357fafcfd163910a4c.tar.xz gsoc2013-empathy-8c22592a9a13ac09f8e7c0357fafcfd163910a4c.tar.zst gsoc2013-empathy-8c22592a9a13ac09f8e7c0357fafcfd163910a4c.zip |
Cache avatars and RequestAvatars only when needed.
2007-09-26 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-utils.c:
* libempathy/empathy-utils.h:
* libempathy/empathy-avatar.c:
* libempathy/empathy-avatar.h:
* libempathy/empathy-contact-factory.c: Cache avatars and RequestAvatars
only when needed.
svn path=/trunk/; revision=320
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2007-09-26 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-utils.c: + * libempathy/empathy-utils.h: + * libempathy/empathy-avatar.c: + * libempathy/empathy-avatar.h: + * libempathy/empathy-contact-factory.c: + +2007-09-26 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-contact-factory.c: Fix capabilities update, the NOT operator is ~ and not ! |