aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-03-20 22:14:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-20 22:14:06 +0800
commit64889f708146588d444fdbe158edbfcded44b179 (patch)
tree4e02372e55a7fbbcfb81266a600f4e43e7b9a69c /libempathy-gtk
parentb2d8e71dfbb037e9454a49a59b97c1e965597e01 (diff)
downloadgsoc2013-empathy-64889f708146588d444fdbe158edbfcded44b179.tar
gsoc2013-empathy-64889f708146588d444fdbe158edbfcded44b179.tar.gz
gsoc2013-empathy-64889f708146588d444fdbe158edbfcded44b179.tar.bz2
gsoc2013-empathy-64889f708146588d444fdbe158edbfcded44b179.tar.lz
gsoc2013-empathy-64889f708146588d444fdbe158edbfcded44b179.tar.xz
gsoc2013-empathy-64889f708146588d444fdbe158edbfcded44b179.tar.zst
gsoc2013-empathy-64889f708146588d444fdbe158edbfcded44b179.zip
Stop compositing timeout if the chat channel is destroyed.
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2726
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 30fa44c47..ebafa57ef 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -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");