[Pkg-telepathy-commits] [telepathy-mission-control-6] 57/280: tp_connection_manager_get_protocol lost its "_object" suffix

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 6919475c3a8c2614359b1f551f772daebcd42eaa
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Sep 26 20:15:10 2013 +0100

    tp_connection_manager_get_protocol lost its "_object" suffix
    
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54879
    Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
 src/mcd-manager.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mcd-manager.c b/src/mcd-manager.c
index d5d13be..49d8008 100644
--- a/src/mcd-manager.c
+++ b/src/mcd-manager.c
@@ -350,8 +350,8 @@ _mcd_manager_dup_protocol (McdManager *manager,
     g_return_val_if_fail (MCD_IS_MANAGER (manager), NULL);
     g_return_val_if_fail (protocol != NULL, NULL);
 
-    p = tp_connection_manager_get_protocol_object (manager->priv->tp_conn_mgr,
-                                                   protocol);
+    p = tp_connection_manager_get_protocol (manager->priv->tp_conn_mgr,
+        protocol);
 
     if (p == NULL)
         return NULL;
@@ -372,8 +372,8 @@ mcd_manager_get_protocol_param (McdManager *manager, const gchar *protocol,
 
     priv = manager->priv;
 
-    cm_protocol = tp_connection_manager_get_protocol_object (priv->tp_conn_mgr,
-                                                             protocol);
+    cm_protocol = tp_connection_manager_get_protocol (priv->tp_conn_mgr,
+        protocol);
 
     if (cm_protocol == NULL)
         return NULL;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list