diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-07-14 03:05:13 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-07-14 03:05:13 +0800 |
commit | 910d62fbaf0883abb0a4cd6e891729e6f02a230f (patch) | |
tree | 98be2e25cfcd10602de89b37cb537c305d37f85b /ChangeLog | |
parent | 62c4900346fd2e5466ae71779401dc18a90b7b46 (diff) | |
download | gsoc2013-empathy-910d62fbaf0883abb0a4cd6e891729e6f02a230f.tar gsoc2013-empathy-910d62fbaf0883abb0a4cd6e891729e6f02a230f.tar.gz gsoc2013-empathy-910d62fbaf0883abb0a4cd6e891729e6f02a230f.tar.bz2 gsoc2013-empathy-910d62fbaf0883abb0a4cd6e891729e6f02a230f.tar.lz gsoc2013-empathy-910d62fbaf0883abb0a4cd6e891729e6f02a230f.tar.xz gsoc2013-empathy-910d62fbaf0883abb0a4cd6e891729e6f02a230f.tar.zst gsoc2013-empathy-910d62fbaf0883abb0a4cd6e891729e6f02a230f.zip |
If there is no pending msg when a text channel should be filtered wait for
2007-07-13 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-status-icon.c: If there is no pending msg
when a text channel should be filtered wait for the first message
instead of not dispatching the channel which may cause messages to be
lost.
svn path=/trunk/; revision=187
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-07-13 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-status-icon.c: If there is no pending msg + when a text channel should be filtered wait for the first message + instead of not dispatching the channel which may cause messages to be + lost. + +2007-07-13 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-tp-contact-list.c: Fix avatar request queue. 2007-07-13 Xavier Claessens <xclaesse@gmail.com> |