all repos — fluxbox @ 4ac761a36e4796a486dc1d6eb939b75a67d184a6

custom fork of the fluxbox windowmanager

workspace menu wasn't updating when window titles changed
markt markt
commit

4ac761a36e4796a486dc1d6eb939b75a67d184a6

parent

9ee2ee0ff415007f4caf307baa79d79540bf7450

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

jump to
M ChangeLogChangeLog

@@ -1,5 +1,8 @@

(Format: Year/Month/Day) Changes for 1.0rc3: +*07/03/24: + * Workspace Menu wasn't updating when windows changed titles (Mark) + Workspace.cc *07/03/21: * HideMenus didn't work on CustomMenus, and also fixed a memleak with CustomMenu (Mark + thanks Julien Trolet)
M src/Workspace.ccsrc/Workspace.cc

@@ -362,7 +362,7 @@ return true;

} void Workspace::update(FbTk::Subject *subj) { - menu().updateMenu(); + updateClientmenu(); }