diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-26 22:40:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-26 22:40:14 +0800 |
commit | bf1079017d1d5d78147619a6377ef00e62010bf4 (patch) | |
tree | bc21b76975337150468c5a05f29bb5f03d5408e3 /ChangeLog | |
parent | 8d377a95ed24080b068ceffc3cb2d6d12ccb15e4 (diff) | |
download | gsoc2013-empathy-bf1079017d1d5d78147619a6377ef00e62010bf4.tar gsoc2013-empathy-bf1079017d1d5d78147619a6377ef00e62010bf4.tar.gz gsoc2013-empathy-bf1079017d1d5d78147619a6377ef00e62010bf4.tar.bz2 gsoc2013-empathy-bf1079017d1d5d78147619a6377ef00e62010bf4.tar.lz gsoc2013-empathy-bf1079017d1d5d78147619a6377ef00e62010bf4.tar.xz gsoc2013-empathy-bf1079017d1d5d78147619a6377ef00e62010bf4.tar.zst gsoc2013-empathy-bf1079017d1d5d78147619a6377ef00e62010bf4.zip |
Fix capabilities update, the NOT operator is ~ and not !
2007-09-26 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-contact-factory.c: Fix capabilities update, the NOT
operator is ~ and not !
svn path=/trunk/; revision=319
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-09-26 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-contact-factory.c: Fix capabilities update, the NOT + operator is ~ and not ! + +2007-09-26 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-profile-chooser.c: * libempathy-gtk/empathy-main-window.c: Fix warning when sort criterium is NULL and when there is no profile. Fixes bug #479786 |