workspace menu wasn't updating when window titles changed
This commit is contained in:
parent
9ee2ee0ff4
commit
4ac761a36e
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -362,7 +362,7 @@ bool Workspace::loadGroups(const string &filename) {
|
|||
}
|
||||
|
||||
void Workspace::update(FbTk::Subject *subj) {
|
||||
menu().updateMenu();
|
||||
updateClientmenu();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue