summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2010-09-13 20:04:54 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2010-09-13 21:46:42 +0100
commit5942a7827a3fe8719e8258aa14b34a17f7af78c3 (patch)
treedc7b7a24036fd16f39c02441740f9c1a158c74b8
parent3d5b5e7a248d29a7fce28604e03aba60c816a5ba (diff)
downloadtelepathy-mission-control-5942a7827a3fe8719e8258aa14b34a17f7af78c3.tar.gz
Comments - we no longer have direct access to (or knowledge of) any keyfiles
-rw-r--r--src/mcd-account-manager.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mcd-account-manager.c b/src/mcd-account-manager.c
index 47806cba..8344de7d 100644
--- a/src/mcd-account-manager.c
+++ b/src/mcd-account-manager.c
@@ -326,7 +326,7 @@ async_created_manager_cb (McdManager *cm, const GError *error, gpointer data)
}
/* account created by an McpAccountStorage plugin after the initial setup *
- * since the plugin does not have our GKeyFile, we need to poke the plugin *
+ * since the plugin does not have our cache, we need to poke the plugin *
* to fetch the named account explicitly at this point (ie it's a read, not *
* not a write, from the plugin's POV: */
static void
@@ -347,8 +347,7 @@ created_cb (GObject *storage, const gchar *name, gpointer data)
lad->storage = plugin;
lad->account_lock = 1; /* will be released at the end of this function */
- /* actually fetch the data into our GKeyFile from the plugin: */
- DEBUG ("-> mcp_account_storage_get");
+ /* actually fetch the data into our cache from the plugin: */
if (mcp_account_storage_get (plugin, MCP_ACCOUNT_MANAGER (pa), name, NULL))
{
account = mclass->account_new (am, name);