diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-08 23:43:27 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-08 23:43:27 +0800 |
commit | c84cf8d5e36241d2ccb48589496f4d54752a5c54 (patch) | |
tree | 042f12e52307682a01066bc9a7dd5c48c8367486 /ChangeLog | |
parent | bd607fd9224d6c27510d8de8f68f7e70e686708c (diff) | |
download | gsoc2013-empathy-c84cf8d5e36241d2ccb48589496f4d54752a5c54.tar gsoc2013-empathy-c84cf8d5e36241d2ccb48589496f4d54752a5c54.tar.gz gsoc2013-empathy-c84cf8d5e36241d2ccb48589496f4d54752a5c54.tar.bz2 gsoc2013-empathy-c84cf8d5e36241d2ccb48589496f4d54752a5c54.tar.lz gsoc2013-empathy-c84cf8d5e36241d2ccb48589496f4d54752a5c54.tar.xz gsoc2013-empathy-c84cf8d5e36241d2ccb48589496f4d54752a5c54.tar.zst gsoc2013-empathy-c84cf8d5e36241d2ccb48589496f4d54752a5c54.zip |
Make use of the search function to correctly find when typing in the
2007-09-08 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-contact-list-view.c:
* libempathy-gtk/empathy-contact-list-store.c: Make use of the search
function to correctly find when typing in the contact list view.
Fixes bug #472309 (Will Thompson, Xavier Claessens).
svn path=/trunk/; revision=290
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-09-08 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-contact-list-view.c: + * libempathy-gtk/empathy-contact-list-store.c: Make use of the search + function to correctly find when typing in the contact list view. + Fixes bug #472309 (Will Thompson, Xavier Claessens). + +2007-09-08 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-log-window.c: Fix crash if there is no date for a conversation. Fixes bug #473510. |