From 092e821faecb106be328818b1b4682893efe3f3f Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Fri, 12 Jul 2013 17:56:11 -0400 Subject: [PATCH] * #26839: daemon: load history limit at startup --- daemon/src/managerimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/managerimpl.cpp b/daemon/src/managerimpl.cpp index 39eb9a7689..7e5e2e3607 100644 --- a/daemon/src/managerimpl.cpp +++ b/daemon/src/managerimpl.cpp @@ -188,7 +188,7 @@ void ManagerImpl::init(const std::string &config_file) } } - //history_.load(preferences.getHistoryLimit()); + history_.load(preferences.getHistoryLimit()); registerAccounts(); INFO("init ended"); } -- GitLab