diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | src/Workspace.cc | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *07/03/24: | ||
4 | * Workspace Menu wasn't updating when windows changed titles (Mark) | ||
5 | Workspace.cc | ||
3 | *07/03/21: | 6 | *07/03/21: |
4 | * HideMenus didn't work on CustomMenus, and also fixed a memleak with | 7 | * HideMenus didn't work on CustomMenus, and also fixed a memleak with |
5 | CustomMenu (Mark + thanks Julien Trolet) | 8 | CustomMenu (Mark + thanks Julien Trolet) |
diff --git a/src/Workspace.cc b/src/Workspace.cc index 4b367ac..66dd4a6 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc | |||
@@ -362,7 +362,7 @@ bool Workspace::loadGroups(const string &filename) { | |||
362 | } | 362 | } |
363 | 363 | ||
364 | void Workspace::update(FbTk::Subject *subj) { | 364 | void Workspace::update(FbTk::Subject *subj) { |
365 | menu().updateMenu(); | 365 | updateClientmenu(); |
366 | } | 366 | } |
367 | 367 | ||
368 | 368 | ||