diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-14 19:36:16 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-14 19:36:16 (GMT) |
commit | 91408776f0b04dbc5a5da99f555b33f9abc5a905 (patch) | |
tree | 6173a78017f7981ae1ad17825461907973a08777 /ChangeLog | |
parent | 9f519ec0fcb7cd0dec61a4c31d246800f9a73cb3 (diff) | |
download | fluxbox-91408776f0b04dbc5a5da99f555b33f9abc5a905.zip fluxbox-91408776f0b04dbc5a5da99f555b33f9abc5a905.tar.bz2 |
Fixed a pixmap resource leak with selected pixmap in menus.
menu.hilite.selected.pixmap and menu.selected.pixmap was not
deleted while switching between non-pixmap styles and pixmap styles.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1 | 2 | Changes for 1.1 |
3 | *08/09/14: | ||
4 | * Fixed a minor pixmap resource leak (Henrik) | ||
5 | FbTk/Menu.cc, FbTk/ImageControl.cc/hh | ||
3 | *08/09/01: | 6 | *08/09/01: |
4 | * When the current menu item gets disabled, highlight its nearest neighbor | 7 | * When the current menu item gets disabled, highlight its nearest neighbor |
5 | and add separators to the focus model menu (Mark) | 8 | and add separators to the focus model menu (Mark) |