[GRASS-SVN] r54679 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 17 01:00:30 PST 2013


Author: mmetz
Date: 2013-01-17 01:00:29 -0800 (Thu, 17 Jan 2013)
New Revision: 54679

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

Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2013-01-17 08:59:51 UTC (rev 54678)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2013-01-17 09:00:29 UTC (rev 54679)
@@ -980,7 +980,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