[Pkg-telepathy-commits] [telepathy-glib-1] 161/212: TpTestsSimpleConnection: Do not implement TpSvcConnection interface

Simon McVittie smcv at debian.org
Wed May 14 12:09:10 UTC 2014


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

smcv pushed a commit to branch debian
in repository telepathy-glib-1.

commit 123d75fb7e4f96cc85a90720d211ed865b9bce16
Author: Xavier Claessens <xavier.claessens at collabora.com>
Date:   Sun Apr 6 09:14:53 2014 -0400

    TpTestsSimpleConnection: Do not implement TpSvcConnection interface
    
    Reviewed-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77189
---
 tests/lib/simple-conn.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/lib/simple-conn.c b/tests/lib/simple-conn.c
index 6b2f492..e7a04fd 100644
--- a/tests/lib/simple-conn.c
+++ b/tests/lib/simple-conn.c
@@ -24,9 +24,8 @@
 #include "room-list-chan.h"
 #include "util.h"
 
-G_DEFINE_TYPE_WITH_CODE (TpTestsSimpleConnection, tp_tests_simple_connection,
-    TP_TYPE_BASE_CONNECTION,
-    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION, NULL))
+G_DEFINE_TYPE (TpTestsSimpleConnection, tp_tests_simple_connection,
+    TP_TYPE_BASE_CONNECTION)
 
 /* type definition stuff */
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib-1.git



More information about the Pkg-telepathy-commits mailing list