all repos — fluxbox @ 0096ce6ea968767d0e1953ba031ee81b2f0ce2f2

custom fork of the fluxbox windowmanager

called the wrong 'update' function for the sendtomenu
mathias mathias
commit

0096ce6ea968767d0e1953ba031ee81b2f0ce2f2

parent

b5b285435437e3572838f75ed7a866376b3cebee

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

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

@@ -61,7 +61,7 @@ win.workspaceSig().attach(this);

disableTitle(); // build menu - updateMenu(0); + update(0); } void SendToMenu::update(FbTk::Subject *subj) {