]> git.0d.be Git - empathy.git/commitdiff
Stop compositing timeout if the chat channel is destroyed.
authorXavier Claessens <xclaesse@gmail.com>
Fri, 20 Mar 2009 14:14:06 +0000 (14:14 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 20 Mar 2009 14:14:06 +0000 (14:14 +0000)
From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2726

libempathy-gtk/empathy-chat.c

index 30fa44c4726f79ca18ec1db5f27997438fb7a554..ebafa57efb3ad57a959afb1866f2c23cc1894433 100644 (file)
@@ -1245,6 +1245,7 @@ chat_destroy_cb (EmpathyTpChat *tp_chat,
                return;
        }
 
+       chat_composing_remove_timeout (chat);
        g_object_unref (priv->tp_chat);
        priv->tp_chat = NULL;
        g_object_notify (G_OBJECT (chat), "tp-chat");