[GRASS-SVN] r61330 - grass/branches/releasebranch_7_0/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 22 11:50:43 PDT 2014


Author: martinl
Date: 2014-07-22 11:50:43 -0700 (Tue, 22 Jul 2014)
New Revision: 61330

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/vdigit/wxdigit.py
Log:
wxGUI/vdigit: fix typo in fn name (split line)
              (merge r61329 from trunk)


Modified: grass/branches/releasebranch_7_0/gui/wxpython/vdigit/wxdigit.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/vdigit/wxdigit.py	2014-07-22 18:42:23 UTC (rev 61329)
+++ grass/branches/releasebranch_7_0/gui/wxpython/vdigit/wxdigit.py	2014-07-22 18:50:43 UTC (rev 61330)
@@ -967,7 +967,7 @@
         Vect_destroy_list(poList)
         
         if ret > 0:
-            self.addChangeset()
+            self._addChangeset()
             self.toolbar.EnableUndo()
         
         return ret



More information about the grass-commit mailing list