summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-12 21:12:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-12 21:12:56 +0000
commitcb492203382e21b52dce512d70efb487715392df (patch)
treeb94056bc44cb6f130c81619927e022ce5a5639ae /NxWidgets/ChangeLog.txt
parenta9990e4f81cbd4e9201e60e9123b3caeb5ecb35b (diff)
downloadnuttx-cb492203382e21b52dce512d70efb487715392df.tar.gz
nuttx-cb492203382e21b52dce512d70efb487715392df.tar.bz2
nuttx-cb492203382e21b52dce512d70efb487715392df.zip
NxWM: Fix double deletion of class
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4727 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rwxr-xr-xNxWidgets/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index da14da62b..8dd65d78b 100755
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -62,4 +62,7 @@
some special mouse and keyboard input event handling.
* NxWM::CTaskbar: Correct the calculation of the physical size of the
display.
-
+* NxWM::CCalibration: run method must clear m_stop when returning, or you can
+ never restart the Calibration window.
+* NxWM::CTaskbar: On a failure to start an application, the application icon
+ CImage was being deleted twice.