diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-09 06:00:40 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-09 06:00:40 +0800 |
commit | 6c4424425443b85e2bc14ee430fb8ec78521b074 (patch) | |
tree | 1330cbeae3b6b16fcd9a7ea00fb52930a2221528 | |
parent | 1d1f04cb0fe876e975c0af227a510f1580838ade (diff) | |
download | gsoc2013-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
-rw-r--r-- | libempathy-gtk/gossip-chat.c | 2 |
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; } |