diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-12 15:37:13 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-12 15:37:13 +0000 |
commit | 71490fe5f17e66d8900cb12ce38506745b2bc539 (patch) | |
tree | 866b6fdf6bcbad7de21fa32ecfd91909b1d8f16c /mission-control-plugins | |
parent | 6ebcb0f048fcf0107c6d7deb99a7f4717467561a (diff) |
Revert "Make sure to not delete() nor commit() and account deleted from storage"
This reverts commit 6ebcb0f048fcf0107c6d7deb99a7f4717467561a.
Diffstat (limited to 'mission-control-plugins')
-rw-r--r-- | mission-control-plugins/account-storage.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c index dd478d88..a5b89f0c 100644 --- a/mission-control-plugins/account-storage.c +++ b/mission-control-plugins/account-storage.c @@ -261,11 +261,8 @@ class_init (gpointer klass, * Emitted if an external entity deletes an account * in the backend the emitting plugin handles. * - * Should not be fired until mcp_account_storage_ready() has been called. + * Should not be fired until mcp_account_storage_ready() has been called * - * mcp_account_storage_commit() and mcp_account_storage_delete() won't be - * called for this account, it is assumed that the storage backend already - * deleted all the related information. */ signals[DELETED] = g_signal_new ("deleted", type, G_SIGNAL_RUN_LAST, 0, NULL, NULL, |