[GRASS-SVN] r57133 - grass/trunk/gui/wxpython/mapdisp
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 15 02:49:51 PDT 2013
Author: annakrat
Date: 2013-07-15 02:49:51 -0700 (Mon, 15 Jul 2013)
New Revision: 57133
Modified:
grass/trunk/gui/wxpython/mapdisp/statusbar.py
Log:
wxGUI: fix previous commit r57132
Modified: grass/trunk/gui/wxpython/mapdisp/statusbar.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/statusbar.py 2013-07-15 09:38:46 UTC (rev 57132)
+++ grass/trunk/gui/wxpython/mapdisp/statusbar.py 2013-07-15 09:49:51 UTC (rev 57133)
@@ -1031,7 +1031,7 @@
Calls wx.Yield which allows
to update gui for displaying progress.
"""
- self.SafeSetValue(self, value)
+ self.SafeSetValue(value)
wx.Yield()
def SafeSetValue(self, value):
More information about the grass-commit
mailing list