empathy r2152 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2152 - trunk/libempathy
- Date: Fri, 9 Jan 2009 16:13:29 +0000 (UTC)
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]