aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--src/Workspace.cc2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a8fb21..f515454 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes 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
364void Workspace::update(FbTk::Subject *subj) { 364void Workspace::update(FbTk::Subject *subj) {
365 menu().updateMenu(); 365 updateClientmenu();
366} 366}
367 367
368 368