From 8563907b6fcee49e5364db647098c68774d5c426 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 28 Jan 2014 16:28:16 +0000 Subject: [PATCH] mc-tool: fix setting automatic presence We were using the wrong finish-function. --- 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 59a1a91..3c238d8 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; } -- 1.9.rc1