[next] telepathy-mission-control: tp_account_dup_storage_identifier_variant() has been removed in next

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Feb 17 16:06:39 CET 2014


Module: telepathy-mission-control
Branch: next
Commit: 0c74c16b8003bd54fb800a5a80f0b9d814f0057d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=0c74c16b8003bd54fb800a5a80f0b9d814f0057d

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Feb 17 15:18:31 2014 +0100

tp_account_dup_storage_identifier_variant() has been removed in next

---

 util/mc-tool.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/mc-tool.c b/util/mc-tool.c
index 09a7174..8d41acc 100644
--- a/util/mc-tool.c
+++ b/util/mc-tool.c
@@ -781,7 +781,7 @@ command_show (TpAccount *account)
         puts ("Storage:");
         show ("Provider", storage_provider);
 
-        storage_identifier = tp_account_dup_storage_identifier_variant (
+        storage_identifier = tp_account_dup_storage_identifier (
             account);
         if (storage_identifier != NULL)
           {



More information about the telepathy-commits mailing list