[GRASS-SVN] r54678 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 17 00:59:52 PST 2013


Author: mmetz
Date: 2013-01-17 00:59:51 -0800 (Thu, 17 Jan 2013)
New Revision: 54678

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py
Log:
wxGUI: backport r52390

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py	2013-01-16 18:38:33 UTC (rev 54677)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py	2013-01-17 08:59:51 UTC (rev 54678)
@@ -977,7 +977,7 @@
                 dialog.Close()
         
     def OnProcessPendingOutputWindowEvents(self, event):
-        self.ProcessPendingEvents()
+        wx.GetApp().ProcessPendingEvents()
 
     def ResetFocus(self):
         """!Reset focus"""



More information about the grass-commit mailing list