summaryrefslogtreecommitdiff
path: root/mission-control-plugins
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-28 14:44:58 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-05 14:58:55 +0100
commitb0eedd06b5b9f51de060d91ca6eab0c3d2061d09 (patch)
tree5337c601b654b8d34d768f9125a533e23b64b4f2 /mission-control-plugins
parent0c905a9ad4f3a90ed97e16a360097f17be777887 (diff)
Remove gnome-keyring support
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32578 Reviewed-by: Marco Barisione <marco.barisione@collabora.co.uk>
Diffstat (limited to 'mission-control-plugins')
-rw-r--r--mission-control-plugins/account-storage.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index c807e85f..3991c0cd 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -464,9 +464,8 @@ mcp_account_storage_iface_implement_create (
* are higher priority.
*
* Plugins at a higher priority then MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRING
- * will have the opportunity to "steal" passwords from the gnome keyring:
- * Plugins at a lower priority than this will not receive secret parameters
- * from MC as the keyring plugin will already have claimed them.
+ * used to have the opportunity to "steal" passwords from the gnome keyring.
+ * It is no longer significant.
*
* Plugins at a lower priority than the default plugin will never be asked to
* store any details, although they may still be asked to list them at startup