diff options
author | markt <markt> | 2007-03-24 16:33:33 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-24 16:33:33 (GMT) |
commit | 4ac761a36e4796a486dc1d6eb939b75a67d184a6 (patch) | |
tree | 8e098633c015d02d790e9d96e4321ecb001fff89 | |
parent | 9ee2ee0ff415007f4caf307baa79d79540bf7450 (diff) | |
download | fluxbox-4ac761a36e4796a486dc1d6eb939b75a67d184a6.zip fluxbox-4ac761a36e4796a486dc1d6eb939b75a67d184a6.tar.bz2 |
workspace menu wasn't updating when window titles changed
-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 | ||