summaryrefslogtreecommitdiff
path: root/tests/lib/textchan-group.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-13 10:36:10 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-13 13:15:26 +0100
commit5ee1b1beacde73e6f256de010f278dac78b8457c (patch)
treeeb3e26cb2c0bf86185e0193b823add51f25fb1bd /tests/lib/textchan-group.c
parent3bf07c96ef369adf085c86601c72c6a628bfaf41 (diff)
TargetHandleType has been renamed to TargetEntityType
Diffstat (limited to 'tests/lib/textchan-group.c')
-rw-r--r--tests/lib/textchan-group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/textchan-group.c b/tests/lib/textchan-group.c
index 733579722..fedb0028d 100644
--- a/tests/lib/textchan-group.c
+++ b/tests/lib/textchan-group.c
@@ -223,7 +223,7 @@ tp_tests_text_channel_group_class_init (TpTestsTextChannelGroupClass *klass)
object_class->finalize = finalize;
base_class->channel_type = TP_IFACE_CHANNEL_TYPE_TEXT;
- base_class->target_handle_type = TP_ENTITY_TYPE_NONE;
+ base_class->target_entity_type = TP_ENTITY_TYPE_NONE;
base_class->get_interfaces = text_channel_group_get_interfaces;
base_class->close = channel_close;