missed out clearing startups on apps reload
simonb simonb
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/Remember.cc
→
src/Remember.cc
@@ -524,6 +524,7 @@
// we merge the old patterns with new ones Patterns *old_pats = m_pats.release(); m_pats.reset(new Patterns()); + m_startups.clear(); if (!apps_file.fail()) { m_last_timestamp = timestamp;