From: <ma...@us...> - 2003-12-22 22:09:00
|
Update of /cvsroot/sharedaemon/ui-wx In directory sc8-pr-cvs1:/tmp/cvs-serv22568 Modified Files: Changelog Log Message: 3 fixes Index: Changelog =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/Changelog,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- Changelog 22 Dec 2003 05:32:04 -0000 1.110 +++ Changelog 22 Dec 2003 22:08:57 -0000 1.111 @@ -25,6 +25,11 @@ # This also helps in backtracking changes, or reviewing development history. # ############################################################################### +2003/12/23 Alo Sarv + * Avoid crash when requesting non-existent image from CImages. + * Avoid crash on shutdown when there are no dialog pages. + * Fixed minor memory leak in page detaching engine. + 2003/12/22 Alo Sarv * Implemented button-with-text-and-image and multi-button controls. * Populated toolbar with the above controls, now looks real cool :) |