Skip to content
Snippets Groups Projects
Commit 083b142b authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

Make sure to also clear the daemon history

This may be a good idea to avoid leaking private information.
While the client correctly clear its own data, the daemon still
had a copy. In the future, this feature will be removed, but it is
still true for now.
parent 3f1e871f
No related branches found
No related tags found
No related merge requests found
...@@ -528,6 +528,11 @@ void HistoryModel::clearAllBackends() const ...@@ -528,6 +528,11 @@ void HistoryModel::clearAllBackends() const
backend->clear(); backend->clear();
} }
} }
//TODO Remove this
//Clear the daemon history backend as apparently the Gnome client wont
//Use its native backend anytime soon
DBus::ConfigurationManager::instance().clearHistory();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment