aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-10-13 22:31:36 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-10-13 22:31:36 +0800
commit1e219f774fade1c2282b1da75fce32a64156e1e1 (patch)
tree08e9860e26bea426a7707db96dc732ca1115a8f0 /ChangeLog
parentd00adf45ea54086a8d1d29090639b5beb3f88b34 (diff)
downloadgsoc2013-empathy-1e219f774fade1c2282b1da75fce32a64156e1e1.tar
gsoc2013-empathy-1e219f774fade1c2282b1da75fce32a64156e1e1.tar.gz
gsoc2013-empathy-1e219f774fade1c2282b1da75fce32a64156e1e1.tar.bz2
gsoc2013-empathy-1e219f774fade1c2282b1da75fce32a64156e1e1.tar.lz
gsoc2013-empathy-1e219f774fade1c2282b1da75fce32a64156e1e1.tar.xz
gsoc2013-empathy-1e219f774fade1c2282b1da75fce32a64156e1e1.tar.zst
gsoc2013-empathy-1e219f774fade1c2282b1da75fce32a64156e1e1.zip
Set chat state to ACTIVE when receiving a message from a contact, avoid
2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat.c: Set chat state to ACTIVE when receiving a message from a contact, avoid staying in COMPOSING state forever for protocols like MSN that do not notify when contact stoped writing. svn path=/trunk/; revision=372
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34011cc5c..0a5ac11b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-10-13 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/empathy-chat.c: Set chat state to ACTIVE when receiving
+ a message from a contact, avoid staying in COMPOSING state forever for
+ protocols like MSN that do not notify when contact stoped writing.
+
+2007-10-13 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/empathy-chat-view.h:
* libempathy-gtk/empathy-main-window.c:
* libempathy-gtk/empathy-chat.c: