From 2278e8e11be7614d15d8c1a081dc49e68e5924eb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 31 Aug 2011 14:43:10 +0200 Subject: mcp_account_manager_goa_set: pretend we save everything No doing it result in MC saving the keys in accounts.cfg and so duplicating the account. --- goa-mc-plugin/mcp-account-manager-goa.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'goa-mc-plugin') diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c index e83e12ce5..0e3fb4bc5 100644 --- a/goa-mc-plugin/mcp-account-manager-goa.c +++ b/goa-mc-plugin/mcp-account-manager-goa.c @@ -376,6 +376,8 @@ mcp_account_manager_goa_set (const McpAccountStorage *self, DEBUG ("%s: (%s, %s, %s)", G_STRFUNC, acct, key, val); + /* Pretend we save everything so MC won't save this in accounts.cfg */ + return TRUE; // if (!tp_strdiff (acct, FACEBOOK_ACCOUNT_NAME)) // { // if (!tp_strdiff (key, "Enabled")) -- cgit v1.2.3