[GRASS-SVN] r32360 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 29 09:13:59 EDT 2008


Author: martinl
Date: 2008-07-29 09:13:59 -0400 (Tue, 29 Jul 2008)
New Revision: 32360

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI: goutput fix (missing self.printMessage)

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2008-07-29 13:12:19 UTC (rev 32359)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2008-07-29 13:13:59 UTC (rev 32360)
@@ -463,7 +463,8 @@
 
                 self.type = ''
                 self.message = ''
-
+                self.printMessage = False
+                
 class GMStc(wx.stc.StyledTextCtrl):
     """Styled GMConsole
 



More information about the grass-commit mailing list