[Thuban-commits] r2878 - in trunk/thuban: . Thuban/UI

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 2 13:06:16 CEST 2009


Author: dpinte
Date: 2009-06-02 13:06:15 +0200 (Tue, 02 Jun 2009)
New Revision: 2878

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Thuban/UI/projlist.py
Log:
2009-06-02 Didrik Pinte <dpinte at dipole-consulting.com>

  * Thuban/UI/projlist.py : removed called to inexistant __del__ method on
                            wx.ListCtrl



Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2009-05-18 15:14:01 UTC (rev 2877)
+++ trunk/thuban/ChangeLog	2009-06-02 11:06:15 UTC (rev 2878)
@@ -1,3 +1,8 @@
+2009-06-02 Didrik Pinte <dpinte at dipole-consulting.com>
+
+  * Thuban/UI/projlist.py : removed called to inexistant __del__ method on
+                            wx.ListCtrl
+
 2009-05-18 Didrik Pinte <dpinte at dipole-consulting.com>
 
   * Thuban/UI/colordialog.py : update wxpython lib to wx (will not work with 2.4)

Modified: trunk/thuban/Thuban/UI/projlist.py
===================================================================
--- trunk/thuban/Thuban/UI/projlist.py	2009-05-18 15:14:01 UTC (rev 2877)
+++ trunk/thuban/Thuban/UI/projlist.py	2009-06-02 11:06:15 UTC (rev 2878)
@@ -63,8 +63,7 @@
         self.Bind(wx.EVT_IDLE, self.OnIdle)
 
     def __del__(self):
-        wx.ListCtrl.__del__()
-        Publisher.__del__()
+        Publisher.__del__(self)
 
     def _subscribe_proj_files(self):
         """Subscribe to the messages of self.proj_files"""



More information about the Thuban-commits mailing list