[empathy] mcp_account_manager_goa_set: pretend we save everything
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] mcp_account_manager_goa_set: pretend we save everything
- Date: Tue, 6 Sep 2011 05:38:21 +0000 (UTC)
commit 2278e8e11be7614d15d8c1a081dc49e68e5924eb
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Aug 31 14:43:10 2011 +0200
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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c
index e83e12c..0e3fb4b 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"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]