diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2009-09-23 20:21:13 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-09-23 20:21:13 (GMT) |
commit | 4663a9591e08b554f82366cdd8e9075b0a6fbe55 (patch) | |
tree | 31d68447b63ce42c90aad579563a17e52ef55af5 /ChangeLog | |
parent | cfd055064a6b02f05aa6b77d7d26a9b33ad8a1eb (diff) | |
download | fluxbox_pavel-4663a9591e08b554f82366cdd8e9075b0a6fbe55.zip fluxbox_pavel-4663a9591e08b554f82366cdd8e9075b0a6fbe55.tar.bz2 |
bugfix: 'HideMenus' command did not work if the user 'opened' an empty submenu.
'openeing' such an empty submenu lead to an already hidden menu referenced by
the 'shown' pointer
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | |||
4 | *09/09/23: | ||
5 | * Bugfix: Empty submenus lead to misfunction of the 'HideMenus' command (Mathias) | ||
6 | FbTk/Menu.cc | ||
7 | |||
3 | *09/09/12: | 8 | *09/09/12: |
4 | * Implemented visibility of titlebar buttons via the apps file (Mathias) | 9 | * Implemented visibility of titlebar buttons via the apps file (Mathias) |
5 | Window.cc | 10 | Window.cc |