[GRASS-SVN] r49816 - grass/trunk/gui/wxpython/iclass

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 18 14:39:50 EST 2011


Author: annakrat
Date: 2011-12-18 11:39:50 -0800 (Sun, 18 Dec 2011)
New Revision: 49816

Modified:
   grass/trunk/gui/wxpython/iclass/digit.py
Log:
wxIClass: fix deleting areas

Modified: grass/trunk/gui/wxpython/iclass/digit.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/digit.py	2011-12-18 19:22:53 UTC (rev 49815)
+++ grass/trunk/gui/wxpython/iclass/digit.py	2011-12-18 19:39:50 UTC (rev 49816)
@@ -60,6 +60,9 @@
     def _addRecord(self):
         return False
         
+    def _updateATM(self):
+        pass
+        
     def GetCurrentCategory(self):
         """!Returns current category (class).
         



More information about the grass-commit mailing list