[GRASS-SVN] r54038 - grass/trunk/gui/wxpython/modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 25 23:38:21 PST 2012


Author: annakrat
Date: 2012-11-25 23:38:20 -0800 (Sun, 25 Nov 2012)
New Revision: 54038

Modified:
   grass/trunk/gui/wxpython/modules/extensions.py
Log:
wxGUI/extension: fix bug caused by recent changes

Modified: grass/trunk/gui/wxpython/modules/extensions.py
===================================================================
--- grass/trunk/gui/wxpython/modules/extensions.py	2012-11-25 22:10:43 UTC (rev 54037)
+++ grass/trunk/gui/wxpython/modules/extensions.py	2012-11-26 07:38:20 UTC (rev 54038)
@@ -322,8 +322,6 @@
                 SetAddOnPath(key = 'BASE')
             
             globalvar.UpdateGRASSAddOnCommands()
-            log = self.parent.GetLogWindow()
-            log.GetPrompt().SetFilter(None)
 
     def OnItemSelected(self, event):
         """!Item selected"""



More information about the grass-commit mailing list