workspace menu wasn't updating when window titles changed
markt markt
2 files changed,
4 insertions(+),
1 deletions(-)
M
ChangeLog
→
ChangeLog
@@ -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.cc
→
src/Workspace.cc
@@ -362,7 +362,7 @@ return true;
} void Workspace::update(FbTk::Subject *subj) { - menu().updateMenu(); + updateClientmenu(); }