diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-01 19:42:48 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-01 19:42:48 +0800 |
commit | 64892cb5dd16bb1478e7dd02e73c99a88889a9a0 (patch) | |
tree | 571e1ffa52ef4e30b0b4258a7cfd91f910ab20ce /ChangeLog | |
parent | 6430bd3bbf43d0c2d0da05c54a39936a22ecf2a4 (diff) | |
download | gsoc2013-empathy-64892cb5dd16bb1478e7dd02e73c99a88889a9a0.tar gsoc2013-empathy-64892cb5dd16bb1478e7dd02e73c99a88889a9a0.tar.gz gsoc2013-empathy-64892cb5dd16bb1478e7dd02e73c99a88889a9a0.tar.bz2 gsoc2013-empathy-64892cb5dd16bb1478e7dd02e73c99a88889a9a0.tar.lz gsoc2013-empathy-64892cb5dd16bb1478e7dd02e73c99a88889a9a0.tar.xz gsoc2013-empathy-64892cb5dd16bb1478e7dd02e73c99a88889a9a0.tar.zst gsoc2013-empathy-64892cb5dd16bb1478e7dd02e73c99a88889a9a0.zip |
Disconnect signals on list and contacts when finalizing the store.
2007-10-01 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-contact-list-store.c: Disconnect signals on
list and contacts when finalizing the store.
svn path=/trunk/; revision=345
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-10-01 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-contact-list-store.c: Disconnect signals on + list and contacts when finalizing the store. + +2007-10-01 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat-window.c: Hide VOIP stuff if empathy is not compiled with --enable-voip=yes. Fixes bug #482111 |