diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-01-27 16:55:06 -0500 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-01-31 11:56:26 -0500 |
commit | ee37854515a60e06ef97456db2329571d736d7e2 (patch) | |
tree | e7393545b0f57cd04ba06addced65230c13445f6 /tests/lib/simple-conn.c | |
parent | d8e55a00c68443763f6826c4057684ec290ad0dd (diff) |
channel: remove deprecated methods & signals
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests/lib/simple-conn.c')
-rw-r--r-- | tests/lib/simple-conn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/simple-conn.c b/tests/lib/simple-conn.c index 338ddd5c9..e3f6f7941 100644 --- a/tests/lib/simple-conn.c +++ b/tests/lib/simple-conn.c @@ -351,7 +351,7 @@ tp_tests_simple_connection_ensure_text_chan (TpTestsSimpleConnection *self, chan = TP_TESTS_TEXT_CHANNEL_NULL ( tp_tests_object_new_static_class ( - TP_TESTS_TYPE_TEXT_CHANNEL_NULL, + TP_TESTS_TYPE_PROPS_TEXT_CHANNEL, "connection", self, "object-path", chan_path, "handle", handle, |