diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-27 18:03:15 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-04 13:06:48 +0100 |
commit | 5c85d4a98aadb789a558eee3bfb29d274af3c246 (patch) | |
tree | 031fdbeb3da9f182e38847da99fdcb0f77c87bc7 /src/mcd-account.c | |
parent | b80fa2fba396158679c2d76fa62def8b494ede17 (diff) |
Upgrade to the Hidden1 interface from telepathy-spec 0.99.2
In a future version we should make telepathy-glib generate this
interface, but this will do for now.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54879
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'src/mcd-account.c')
-rw-r--r-- | src/mcd-account.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-account.c b/src/mcd-account.c index cdc20e8b..0d7f739f 100644 --- a/src/mcd-account.c +++ b/src/mcd-account.c @@ -92,7 +92,7 @@ static const McdInterfaceData account_interfaces[] = { TP_IFACE_ACCOUNT_INTERFACE_ADDRESSING), MCD_IMPLEMENT_IFACE (mc_svc_account_interface_hidden_get_type, account_hidden, - MC_IFACE_ACCOUNT_INTERFACE_HIDDEN), + MC_IFACE_ACCOUNT_INTERFACE_HIDDEN1), MCD_IMPLEMENT_OPTIONAL_IFACE ( mc_svc_account_interface_external_password_storage_get_type, account_external_password_storage, |