missed out clearing startups on apps reload
This commit is contained in:
parent
53f869aa52
commit
b0d7010f8b
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ void Remember::reconfigure() {
|
||||||
// we merge the old patterns with new ones
|
// we merge the old patterns with new ones
|
||||||
Patterns *old_pats = m_pats.release();
|
Patterns *old_pats = m_pats.release();
|
||||||
m_pats.reset(new Patterns());
|
m_pats.reset(new Patterns());
|
||||||
|
m_startups.clear();
|
||||||
|
|
||||||
if (!apps_file.fail()) {
|
if (!apps_file.fail()) {
|
||||||
m_last_timestamp = timestamp;
|
m_last_timestamp = timestamp;
|
||||||
|
|
Loading…
Reference in a new issue