From: Xavier Claessens Date: Tue, 8 May 2007 22:00:40 +0000 (+0000) Subject: [darcs-to-svn @ after a timeout we are in PAUSED chat state] X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=6c4424425443b85e2bc14ee430fb8ec78521b074 [darcs-to-svn @ after a timeout we are in PAUSED chat state] svn path=/trunk/; revision=37 --- diff --git a/libempathy-gtk/gossip-chat.c b/libempathy-gtk/gossip-chat.c index 706dca21..614abd7d 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; }