aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-22 16:38:20 (GMT)
committersimonb <simonb>2006-04-22 16:38:20 (GMT)
commit11190682277e3ac14d976738576f20df04e63dc5 (patch)
treeca69a43315e5b913fccd7d4d050b20411ee906d9 /ChangeLog
parent932eebe0ddbc611ccf72cbebebbde656ae2d08ec (diff)
downloadfluxbox-11190682277e3ac14d976738576f20df04e63dc5.zip
fluxbox-11190682277e3ac14d976738576f20df04e63dc5.tar.bz2
fix crash when toolbar disabled
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2abe162..b5bf528 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/04/22: 3*06/04/22:
4 * Fix crash when toolbar disabled (Simon)
5 Slit.hh/cc Screen.cc
4 * Couple of memory-based fixes from valgrind (Simon) 6 * Couple of memory-based fixes from valgrind (Simon)
5 Keys.cc Screen.cc MenuCreator.cc 7 Keys.cc Screen.cc MenuCreator.cc
6 * Applied #1467926 and #1458069, minor other changes (Mathias) 8 * Applied #1467926 and #1458069, minor other changes (Mathias)