diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-08-02 19:27:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-08-02 19:27:13 +0800 |
commit | 48fd13dde6d5bee784a2ae32fde6a0664597b820 (patch) | |
tree | c0f98cae92495a5f5c2bcc2906f055aa07d87e7e /ChangeLog | |
parent | 6796f373b5b2a157351a2e36c06732ba4332a463 (diff) | |
download | gsoc2013-empathy-48fd13dde6d5bee784a2ae32fde6a0664597b820.tar gsoc2013-empathy-48fd13dde6d5bee784a2ae32fde6a0664597b820.tar.gz gsoc2013-empathy-48fd13dde6d5bee784a2ae32fde6a0664597b820.tar.bz2 gsoc2013-empathy-48fd13dde6d5bee784a2ae32fde6a0664597b820.tar.lz gsoc2013-empathy-48fd13dde6d5bee784a2ae32fde6a0664597b820.tar.xz gsoc2013-empathy-48fd13dde6d5bee784a2ae32fde6a0664597b820.tar.zst gsoc2013-empathy-48fd13dde6d5bee784a2ae32fde6a0664597b820.zip |
Adding new empathy_strdiff API stolen from telepathy-glib. It check if
2007-08-02 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-accounts-dialog.c:
* libempathy/empathy-utils.c:
* libempathy/empathy-utils.h: Adding new empathy_strdiff API stolen from
telepathy-glib. It check if strings are != NULL before using strcmp.
Using that API to fix bug #461886. Should be used in more places.
svn path=/trunk/; revision=224
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2007-08-02 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-accounts-dialog.c: + * libempathy/empathy-utils.c: + * libempathy/empathy-utils.h: Adding new empathy_strdiff API stolen from + telepathy-glib. It check if strings are != NULL before using strcmp. + Using that API to fix bug #461886. Should be used in more places. + +2007-08-02 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-status-icon.c: Click on the tray icon shows the window if it's not active and hide if it is. Fixes bug #462057 (Olivier Valentin). |