diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-28 19:53:50 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-28 19:53:50 +0800 |
commit | 1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844 (patch) | |
tree | b45b3e5cd583e5ef9f3353b5ac66ff424baf485d /ChangeLog | |
parent | 11ae12abf0ac6bb90e5eabb2d205235b0ed08606 (diff) | |
download | gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.gz gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.bz2 gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.lz gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.xz gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.tar.zst gsoc2013-empathy-1e47adb32ebeb88cdf9435fbed4d1fd25ee2f844.zip |
Remove GnomeProgram, not useful anymore, drop libgnome dependency. Fixes
2007-09-28 Xavier Claessens <xclaesse@gmail.com>
* configure.ac:
* src/empathy.c: Remove GnomeProgram, not useful anymore, drop libgnome
dependency. Fixes bug #442079
* libempathy/empathy-avatar.c:
* libempathy/empathy-avatar.h: Fix Copyright header.
* libempathy/empathy-contact-factory.c:
* libempathy/empathy-tp-group.c: Free return value for async DBus calls,
they are not owned by dbus-glib. This fix big leaks, thanks again to
valgrind.
svn path=/trunk/; revision=330
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2007-09-28 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: + * src/empathy.c: Remove GnomeProgram, not useful anymore, drop libgnome + dependency. Fixes bug #442079 + + * libempathy/empathy-avatar.c: + * libempathy/empathy-avatar.h: Fix Copyright header. + + * libempathy/empathy-contact-factory.c: + * libempathy/empathy-tp-group.c: Free return value for async DBus calls, + they are not owned by dbus-glib. This fix big leaks, thanks again to + valgrind. + +2007-09-28 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-tp-group.c: Look in the local_pendings list if a contact is already local pending. * tests/contact-manager.c: Fix white space typo. |