]> git.0d.be Git - empathy.git/commitdiff
[darcs-to-svn @ after a timeout we are in PAUSED chat state]
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 8 May 2007 22:00:40 +0000 (22:00 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 8 May 2007 22:00:40 +0000 (22:00 +0000)
svn path=/trunk/; revision=37

libempathy-gtk/gossip-chat.c

index 706dca210106aedc5a510443932fe8f6efe909db..614abd7d78dcd9ee579ec30ebfe8f00ef288c757 100644 (file)
@@ -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;
 }