AGW Logo

svn SVN Revision 70836 For framemanager

This file contains the SVN revision history for framemanager, at revision 70836.

Available information include commit date, the name of the committer, the file size, the SVN log messages and a diff from the previous version (if available).


file_info File Information

  • Commit Date: 31-Mar-2009 15:36:51 UTC
  • Committer: AG
  • File Size: 365458 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • AuiManager: fix a resource leak by calling Destroy on the AuiManager’s wx.EvtHandler;
  • AuiNotebook: override Destroy to call UnInit on the AuiNotebook‘s manager during window destruction.

svn_diff Diff To Previous Version (70697)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/aui/framemanager.py   2012/02/26 15:15:02     70697
+++ wxPython/3rdParty/AGW/agw/aui/framemanager.py   2012/03/07 19:49:50     70836
@@ -13,7 +13,7 @@
# Python Code By:
#
# Andrea Gavana, @ 23 Dec 2005
-# Latest Revision: 26 Feb 2012, 15.00 GMT
+# Latest Revision: 07 Mar 2012, 21.00 GMT
#
# For All Kind Of Problems, Requests Of Enhancements And Bug Reports, Please
# Write To Me At:
@@ -4482,6 +4482,7 @@
"""

if not self._frame:
+            self.Destroy()
return

for klass in [self._frame] + list(self._frame.GetChildren()):
Tree

Table Of Contents

Previous topic

SVN Revision 70697 For framemanager

Next topic

aui.tabart