aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-23 14:56:06 (GMT)
committersimonb <simonb>2006-04-23 14:56:06 (GMT)
commitb0d7010f8bd762aa3eff5ee5a9d5d265ad349c83 (patch)
tree07eacf4fc60974aac53581a40d137a4dbfd60c62
parent53f869aa528c6fee86d382ff4cfe6dc1046093c7 (diff)
downloadfluxbox_pavel-b0d7010f8bd762aa3eff5ee5a9d5d265ad349c83.zip
fluxbox_pavel-b0d7010f8bd762aa3eff5ee5a9d5d265ad349c83.tar.bz2
missed out clearing startups on apps reload
-rw-r--r--src/Remember.cc1
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;