empathy r831 - trunk/src



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

Log:
Update status icon for new chat API


Modified:
   trunk/src/empathy-status-icon.c

Modified: trunk/src/empathy-status-icon.c
==============================================================================
--- trunk/src/empathy-status-icon.c	(original)
+++ trunk/src/empathy-status-icon.c	Wed Apr  2 10:41:27 2008
@@ -307,7 +307,7 @@
 	empathy_debug (DEBUG_DOMAIN, "New text channel to be filtered for contact %s",
 		       empathy_inspect_channel (account, tp_chan));
 
-	tp_chat = empathy_tp_chat_new (account, tp_chan);
+	tp_chat = empathy_tp_chat_new (account, tp_chan, FALSE);
 	g_object_set_data (G_OBJECT (tp_chat), "filter", filter);
 	g_object_unref (account);
 



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