[Telepathy-commits] [telepathy-glib/master] TpConnectionManager: assert that bus name is non-empty too
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Feb 12 03:01:27 PST 2009
---
telepathy-glib/connection-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 80d5fef..1d61f01 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -886,6 +886,7 @@ tp_connection_manager_constructor (GType type,
params));
TpProxy *as_proxy = (TpProxy *) self;
const gchar *object_path = as_proxy->object_path;
+ const gchar *bus_name = as_proxy->bus_name;
g_return_val_if_fail (object_path != NULL, NULL);
g_return_val_if_fail (bus_name != NULL, NULL);
--
1.5.6.5
More information about the telepathy-commits
mailing list