telepathy-mission-control: fixup!
Simon McVittie
smcv at kemper.freedesktop.org
Thu Jan 30 04:34:41 PST 2014
Module: telepathy-mission-control
Branch: master
Commit: 026cbb87190680f53a9a3382ed65f6e31cd9a4e5
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=026cbb87190680f53a9a3382ed65f6e31cd9a4e5
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Jan 29 18:33:55 2014 +0000
fixup!
---
mission-control-plugins/account-storage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 8d10ad6..6a49d73 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -699,7 +699,7 @@ mcp_account_storage_delete_async (McpAccountStorage *storage,
g_return_if_fail (iface != NULL);
g_return_if_fail (iface->delete_async != NULL);
- iface->delete_async (storage, am, account, callback, user_data);
+ iface->delete_async (storage, am, account, cancellable, callback, user_data);
}
/**
More information about the telepathy-commits
mailing list