diff options
| author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-03-18 16:35:18 +0100 |
|---|---|---|
| committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-03-18 16:35:18 +0100 |
| commit | c820c8d94ca0394ff1663d1e5b31fef2e5e7a8d1 (patch) | |
| tree | f6116f6fd08103939ccada5a72e9c3c380609d93 | |
| parent | c0daeaf4ab5fa16bc8b2aeb977e3e7dfe206bc12 (diff) | |
tp_client_factory_ensure_channel() now takes a GVariant as props
| -rw-r--r-- | tests/lib/telepathy/contactlist/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/telepathy/contactlist/util.c b/tests/lib/telepathy/contactlist/util.c index 88045b0e..6f60ac51 100644 --- a/tests/lib/telepathy/contactlist/util.c +++ b/tests/lib/telepathy/contactlist/util.c @@ -681,7 +681,7 @@ tp_tests_channel_new_from_properties (TpConnection *conn, factory = tp_proxy_get_factory (conn); return tp_client_factory_ensure_channel (factory, conn, - object_path, immutable_properties, error); + object_path, tp_asv_to_vardict (immutable_properties), error); } void |
