all repos — fluxbox @ b0d7010f8bd762aa3eff5ee5a9d5d265ad349c83

custom fork of the fluxbox windowmanager

missed out clearing startups on apps reload
simonb simonb
commit

b0d7010f8bd762aa3eff5ee5a9d5d265ad349c83

parent

53f869aa528c6fee86d382ff4cfe6dc1046093c7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/Remember.ccsrc/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;