[Telepathy-commits] [telepathy-gabble/master] tube_dbus_open: use the DBusServer instead of the address to check if the server exists or not
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Oct 27 08:30:18 PDT 2008
---
src/tube-dbus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index 91ce4bb..aced850 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -358,7 +358,7 @@ tube_dbus_open (GabbleTubeDBus *self)
gabble_tube_dbus_listen (self);
- if (priv->dbus_srv_addr != NULL)
+ if (priv->dbus_srv != NULL)
{
dbus_server_setup_with_g_main (priv->dbus_srv, NULL);
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list