summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-01-11 10:44:27 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-01-11 10:52:20 +0000
commite929ec07702c77dc00e2e8962ea8e4865d33cc9d (patch)
tree49faf80167182ab9ed67825eaba8ae9a32e57ba1 /util
parent12be4b8cfc2f4fc9a46a03a3c3a1149f089cbab6 (diff)
mc-tool: show Service (if present)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'util')
-rw-r--r--util/mc-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mc-tool.c b/util/mc-tool.c
index e69c6bb2..3541fa1c 100644
--- a/util/mc-tool.c
+++ b/util/mc-tool.c
@@ -655,6 +655,7 @@ command_show (TpAccount *account)
show ("Connects",
tp_account_get_connect_automatically (account) ? "automatically" : NULL);
show ("Nickname", tp_account_get_nickname (account));
+ show ("Service", tp_account_get_service (account));
automatic.type = account_get_automatic_presence (account,
&automatic.status,