]> git.0d.be Git - empathy.git/commitdiff
mcp_account_manager_goa_set: pretend we save everything
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 31 Aug 2011 12:43:10 +0000 (14:43 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 6 Sep 2011 05:37:08 +0000 (07:37 +0200)
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

index e83e12ce5e679c69139ae2d4c1a8a209f66f4a68..0e3fb4bc583cf6e1e514c369a2b9607a6d699e0f 100644 (file)
@@ -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"))