summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-28 16:28:16 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-29 19:17:13 +0000
commita4bcc16f16f72d7a2b8fe74e715183b7b6985427 (patch)
tree7cc719688e0fbeffe7a271d6e8242c234417b350
parent84f1f56a114738c622bcd926868f5c232b3e6d8c (diff)
downloadtelepathy-mission-control-a4bcc16f16f72d7a2b8fe74e715183b7b6985427.tar.gz
mc-tool: fix setting automatic presence
We were using the wrong finish-function. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=74187
-rw-r--r--util/mc-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mc-tool.c b/util/mc-tool.c
index 59a1a919..3c238d84 100644
--- a/util/mc-tool.c
+++ b/util/mc-tool.c
@@ -1051,7 +1051,7 @@ command_auto_presence (TpAccount *account)
command.presence.status,
command.presence.message,
callback_for_async,
- tp_account_request_presence_finish);
+ tp_account_set_automatic_presence_finish);
return TRUE;
}