aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-09 06:00:40 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-09 06:00:40 +0800
commit6c4424425443b85e2bc14ee430fb8ec78521b074 (patch)
tree1330cbeae3b6b16fcd9a7ea00fb52930a2221528 /libempathy-gtk
parent1d1f04cb0fe876e975c0af227a510f1580838ade (diff)
downloadgsoc2013-empathy-6c4424425443b85e2bc14ee430fb8ec78521b074.tar
gsoc2013-empathy-6c4424425443b85e2bc14ee430fb8ec78521b074.tar.gz
gsoc2013-empathy-6c4424425443b85e2bc14ee430fb8ec78521b074.tar.bz2
gsoc2013-empathy-6c4424425443b85e2bc14ee430fb8ec78521b074.tar.lz
gsoc2013-empathy-6c4424425443b85e2bc14ee430fb8ec78521b074.tar.xz
gsoc2013-empathy-6c4424425443b85e2bc14ee430fb8ec78521b074.tar.zst
gsoc2013-empathy-6c4424425443b85e2bc14ee430fb8ec78521b074.zip
[darcs-to-svn @ after a timeout we are in PAUSED chat state]
svn path=/trunk/; revision=37
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/gossip-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/gossip-chat.c b/libempathy-gtk/gossip-chat.c
index 706dca210..614abd7d7 100644
--- a/libempathy-gtk/gossip-chat.c
+++ b/libempathy-gtk/gossip-chat.c
@@ -1002,7 +1002,7 @@ chat_composing_stop_timeout_cb (GossipChat *chat)
priv->composing_stop_timeout_id = 0;
empathy_tp_chat_set_state (priv->tp_chat,
- TP_CHANNEL_CHAT_STATE_ACTIVE);
+ TP_CHANNEL_CHAT_STATE_PAUSED);
return FALSE;
}