diff options
author | simonb <simonb> | 2006-04-23 14:56:06 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-23 14:56:06 (GMT) |
commit | b0d7010f8bd762aa3eff5ee5a9d5d265ad349c83 (patch) | |
tree | 07eacf4fc60974aac53581a40d137a4dbfd60c62 /src/Remember.cc | |
parent | 53f869aa528c6fee86d382ff4cfe6dc1046093c7 (diff) | |
download | fluxbox-b0d7010f8bd762aa3eff5ee5a9d5d265ad349c83.zip fluxbox-b0d7010f8bd762aa3eff5ee5a9d5d265ad349c83.tar.bz2 |
missed out clearing startups on apps reload
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index b90a252..3a2aac4 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -524,6 +524,7 @@ void Remember::reconfigure() { | |||
524 | // we merge the old patterns with new ones | 524 | // we merge the old patterns with new ones |
525 | Patterns *old_pats = m_pats.release(); | 525 | Patterns *old_pats = m_pats.release(); |
526 | m_pats.reset(new Patterns()); | 526 | m_pats.reset(new Patterns()); |
527 | m_startups.clear(); | ||
527 | 528 | ||
528 | if (!apps_file.fail()) { | 529 | if (!apps_file.fail()) { |
529 | m_last_timestamp = timestamp; | 530 | m_last_timestamp = timestamp; |