workspace menu wasn't updating when window titles changed

This commit is contained in:
markt 2007-03-24 16:33:33 +00:00
parent 9ee2ee0ff4
commit 4ac761a36e
2 changed files with 4 additions and 1 deletions

View file

@ -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)

View file

@ -362,7 +362,7 @@ bool Workspace::loadGroups(const string &filename) {
}
void Workspace::update(FbTk::Subject *subj) {
menu().updateMenu();
updateClientmenu();
}