[GRASS-SVN] r47196 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 21 07:13:39 EDT 2011
Author: martinl
Date: 2011-07-21 04:13:39 -0700 (Thu, 21 Jul 2011)
New Revision: 47196
Modified:
grass/trunk/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI/extension: don't close window on install
Modified: grass/trunk/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/ghelp.py 2011-07-21 11:06:56 UTC (rev 47195)
+++ grass/trunk/gui/wxpython/gui_modules/ghelp.py 2011-07-21 11:13:39 UTC (rev 47196)
@@ -960,7 +960,7 @@
log = self.parent.GetLogWindow()
log.RunCmd(self._getCmd())
- self.OnCloseWindow(None)
+ ### self.OnCloseWindow(None)
def OnItemSelected(self, event):
"""!Item selected"""
More information about the grass-commit
mailing list