empathy r2726 - trunk/libempathy-gtk



Author: xclaesse
Date: Fri Mar 20 14:14:06 2009
New Revision: 2726
URL: http://svn.gnome.org/viewvc/empathy?rev=2726&view=rev

Log:
Stop compositing timeout if the chat channel is destroyed.

From: Xavier Claessens <xclaesse gmail com>

Modified:
   trunk/libempathy-gtk/empathy-chat.c

Modified: trunk/libempathy-gtk/empathy-chat.c
==============================================================================
--- trunk/libempathy-gtk/empathy-chat.c	(original)
+++ trunk/libempathy-gtk/empathy-chat.c	Fri Mar 20 14:14:06 2009
@@ -1245,6 +1245,7 @@
 		return;
 	}
 
+	chat_composing_remove_timeout (chat);
 	g_object_unref (priv->tp_chat);
 	priv->tp_chat = NULL;
 	g_object_notify (G_OBJECT (chat), "tp-chat");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]