empathy r2152 - trunk/libempathy



Author: xclaesse
Date: Fri Jan  9 16:13:29 2009
New Revision: 2152
URL: http://svn.gnome.org/viewvc/empathy?rev=2152&view=rev

Log:
New style tubes don't have ides

Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>

Modified:
   trunk/libempathy/empathy-tube-handler.c

Modified: trunk/libempathy/empathy-tube-handler.c
==============================================================================
--- trunk/libempathy/empathy-tube-handler.c	(original)
+++ trunk/libempathy/empathy-tube-handler.c	Fri Jan  9 16:13:29 2009
@@ -71,7 +71,7 @@
   EmpathyTpTube *tube;
   static TpDBusDaemon *daemon = NULL;
 
-  DEBUG ("New tube to be handled id=%d", idle_data->id);
+  DEBUG ("New tube to be handled");
 
   if (!daemon)
     daemon = tp_dbus_daemon_new (tp_get_bus ());
@@ -83,7 +83,7 @@
       idle_data->handle, NULL);
   tp_channel_run_until_ready (channel, NULL, NULL);
 
-  tube = empathy_tp_tube_new (channel, idle_data->id);
+  tube = empathy_tp_tube_new (channel);
   g_signal_emit (idle_data->thandler, signals[NEW_TUBE], 0, tube);
 
   g_object_unref (tube);



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