aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-09-08 23:43:27 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-09-08 23:43:27 +0800
commitc84cf8d5e36241d2ccb48589496f4d54752a5c54 (patch)
tree042f12e52307682a01066bc9a7dd5c48c8367486 /ChangeLog
parentbd607fd9224d6c27510d8de8f68f7e70e686708c (diff)
downloadgsoc2013-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f078e246..c41206821 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.