all repos — fluxbox @ 0f23536effc48781644c2548d9bb4f14aa149ce6

custom fork of the fluxbox windowmanager

make sure included menus get remembered, in case they're modified
markt markt
commit

0f23536effc48781644c2548d9bb4f14aa149ce6

parent

cd73887b11cdb34dc107e658a490f4e1246f4d93

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

jump to
M src/MenuCreator.ccsrc/MenuCreator.cc

@@ -477,6 +477,9 @@ string label;

if (require_begin && !getStart(parser, label, m_stringconvertor)) return false; + // save menu filename, so we can check if it changes + Fluxbox::instance()->saveMenuFilename(real_filename.c_str()); + startFile(); parseMenu(parser, inject_into, m_stringconvertor); endFile();