[GRASS-SVN] r60868 - grass/trunk/gui/wxpython/mapwin
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 18 12:58:53 PDT 2014
Author: martinl
Date: 2014-06-18 12:58:53 -0700 (Wed, 18 Jun 2014)
New Revision: 60868
Modified:
grass/trunk/gui/wxpython/mapwin/buffered.py
Log:
wxGUI: syntax typo
Modified: grass/trunk/gui/wxpython/mapwin/buffered.py
===================================================================
--- grass/trunk/gui/wxpython/mapwin/buffered.py 2014-06-18 19:07:02 UTC (rev 60867)
+++ grass/trunk/gui/wxpython/mapwin/buffered.py 2014-06-18 19:58:53 UTC (rev 60868)
@@ -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