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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 23 12:23:37 EDT 2009


Author: martinl
Date: 2009-05-23 12:23:37 -0400 (Sat, 23 May 2009)
New Revision: 37401

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/prompt.py
Log:
wxGUI: quick prompt fix
       (merge from trunk, r37400)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/prompt.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/prompt.py	2009-05-23 16:21:46 UTC (rev 37400)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/prompt.py	2009-05-23 16:23:37 UTC (rev 37401)
@@ -8,7 +8,7 @@
  - PromptListCtrl
  - TextCtrlAutoComplete
 
-(C) 2008-2009 by the GRASS Development Team
+(C) 2009 by the GRASS Development Team
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
@@ -104,8 +104,7 @@
             self.parent.statusbar.SetStatusText("")
         else:
             self.parent.statusbar.SetStatusText(_("Type GRASS command and run by pressing ENTER"))
-
-        event.Skip()
+            event.Skip()
         
 class PromptListCtrl(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin):
     def __init__(self, parent, id = wx.ID_ANY, pos = wx.DefaultPosition,



More information about the grass-commit mailing list