missed out clearing startups on apps reload

This commit is contained in:
simonb 2006-04-23 14:56:06 +00:00
parent 53f869aa52
commit b0d7010f8b

View file

@ -524,6 +524,7 @@ void Remember::reconfigure() {
// 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;