telepathy-glib: Call add_ft_class with proper arguments
Simon McVittie
smcv at kemper.freedesktop.org
Wed May 2 09:59:14 PDT 2012
Module: telepathy-glib
Branch: master
Commit: 4a0739c2a00b833fdc3a312680686a87c49258a0
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=4a0739c2a00b833fdc3a312680686a87c49258a0
Author: Rohan Garg <rohangarg at kubuntu.org>
Date: Wed May 2 22:25:40 2012 +0530
Call add_ft_class with proper arguments
Reviewed-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
tests/capabilities.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/capabilities.c b/tests/capabilities.c
index c4e0476..b7c87f3 100644
--- a/tests/capabilities.c
+++ b/tests/capabilities.c
@@ -1104,7 +1104,7 @@ test_classes_variant (Test *test,
/* TpCapabilities containing the text chats and ft caps */
classes = g_ptr_array_sized_new (2);
add_text_chat_class (classes, TP_HANDLE_TYPE_CONTACT);
- add_ft_class (classes);
+ add_ft_class (classes, NULL);
caps = tp_tests_object_new_static_class (TP_TYPE_CAPABILITIES,
"channel-classes", classes,
More information about the telepathy-commits
mailing list