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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 13 01:14:30 CEST 2009


Author: dpinte
Date: 2009-08-13 01:14:29 +0200 (Thu, 13 Aug 2009)
New Revision: 2882

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Thuban/UI/projdialog.py
Log:
2009-08-13 Didrik Pinte <dpinte at dipole-consulting.com>

  * Thuban/UI/projdialog.py : removing inexistant ProjPanel.Clear() method
     calls



Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2009-07-10 07:14:14 UTC (rev 2881)
+++ trunk/thuban/ChangeLog	2009-08-12 23:14:29 UTC (rev 2882)
@@ -1,3 +1,7 @@
+2009-08-13 Didrik Pinte <dpinte at dipole-consulting.com>
+
+  * Thuban/UI/projdialog.py : removing inexistant ProjPanel.Clear() method calls
+
 2009-07-09 Didrik Pinte <dpinte at dipole-consulting.com>
 
   * libraries/thuban/gdalwarp.py : fixing bug loading files with GDAL thanks to

Modified: trunk/thuban/Thuban/UI/projdialog.py
===================================================================
--- trunk/thuban/Thuban/UI/projdialog.py	2009-07-10 07:14:14 UTC (rev 2881)
+++ trunk/thuban/Thuban/UI/projdialog.py	2009-08-12 23:14:29 UTC (rev 2882)
@@ -809,7 +809,6 @@
         self.__falseNorth.Clear()
         self.__scale.Clear()
 
-        ProjPanel.Clear(self)
 
 ID_UTMPANEL_ZONE = 4001
 ID_UTMPANEL_SOUTH = 4002
@@ -863,7 +862,6 @@
     def Clear(self):
         self.__zone.SetValue(1)
         self.__south.SetValue(False)
-        ProjPanel.Clear(self)
 
     def _OnPropose(self, event):
         """Call the propose dialog.
@@ -953,7 +951,6 @@
         self.__falseEast.Clear()
         self.__falseNorth.Clear()
 
-        ProjPanel.Clear(self)
 
 class GeoPanel(ProjPanel):
     """Projection Panel for a Geographic Projection."""
@@ -990,7 +987,7 @@
         return params
 
     def Clear(self):
-        ProjPanel.Clear(self)
+        pass
 
     def _DoLayout(self):
         sizer = wx.BoxSizer(wx.HORIZONTAL)



More information about the Thuban-commits mailing list