From 4454890cf434cece46d5cf56b3e23b500cb6ac43 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 12 Aug 2010 16:37:52 +0200 Subject: empathy_tp_call_get_connection_manager: use the account directly --- libempathy/empathy-tp-call.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index 97b8bce1d..66fd3f870 100644 --- a/libempathy/empathy-tp-call.c +++ b/libempathy/empathy-tp-call.c @@ -775,21 +775,8 @@ const gchar * empathy_tp_call_get_connection_manager (EmpathyTpCall *self) { EmpathyTpCallPriv *priv = GET_PRIV (self); - TpConnection *conn; - TpAccount *account; - - if (priv->channel == NULL) - return NULL; - - conn = tp_channel_borrow_connection (priv->channel); - if (conn == NULL) - return NULL; - - account = empathy_get_account_for_connection (conn); - if (account == NULL) - return NULL; - return tp_account_get_connection_manager (account); + return tp_account_get_connection_manager (priv->account); } gboolean -- cgit v1.2.3