empathy r842 - trunk/src



Author: xclaesse
Date: Wed Apr  2 10:41:55 2008
New Revision: 842
URL: http://svn.gnome.org/viewvc/empathy?rev=842&view=rev

Log:
Adapt to new api


Modified:
   trunk/src/empathy.c

Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c	(original)
+++ trunk/src/empathy.c	Wed Apr  2 10:41:55 2008
@@ -75,7 +75,7 @@
 
 	if (chat) {
 		/* The chat already exists */
-		if (!empathy_chat_is_connected (chat)) {
+		if (!empathy_chat_get_tp_chat (chat)) {
 			/* The chat died, give him the new text channel */
 			tp_chat = empathy_tp_chat_new (account, tp_chan, TRUE);
 			empathy_chat_set_tp_chat (chat, tp_chat);



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