[GRASS-SVN] r60869 - grass/branches/releasebranch_7_0/gui/wxpython/mapwin

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 18 12:59:39 PDT 2014


Author: martinl
Date: 2014-06-18 12:59:38 -0700 (Wed, 18 Jun 2014)
New Revision: 60869

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/mapwin/buffered.py
Log:
wxGUI: syntax typo


Modified: grass/branches/releasebranch_7_0/gui/wxpython/mapwin/buffered.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/mapwin/buffered.py	2014-06-18 19:58:53 UTC (rev 60868)
+++ grass/branches/releasebranch_7_0/gui/wxpython/mapwin/buffered.py	2014-06-18 19:59:38 UTC (rev 60869)
@@ -95,7 +95,7 @@
         # into one UpdateMap process 
 
         # thread where timer for measuring delay limit
-        self.renderTimingThr = gThread();
+        self.renderTimingThr = gThread()
         # relevant timer id given by the thread
         self.timerRunId = None
         # time, of last updateMap request



More information about the grass-commit mailing list