[GRASS-SVN] r53950 - grass/trunk/gui/wxpython/gmodeler

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 21 04:38:17 PST 2012


Author: annakrat
Date: 2012-11-21 04:38:16 -0800 (Wed, 21 Nov 2012)
New Revision: 53950

Modified:
   grass/trunk/gui/wxpython/gmodeler/dialogs.py
Log:
wxGUI/prompt: remove redundant code

Modified: grass/trunk/gui/wxpython/gmodeler/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/dialogs.py	2012-11-21 09:39:56 UTC (rev 53949)
+++ grass/trunk/gui/wxpython/gmodeler/dialogs.py	2012-11-21 12:38:16 UTC (rev 53950)
@@ -232,10 +232,6 @@
 
     def OnCancel(self, event):
         """Cancel pressed, close window"""
-        # hide autocomplete
-        if self.cmd_prompt.AutoCompActive():
-            self.cmd_prompt.AutoCompCancel()
-        
         self.Hide()
         
     def OnText(self, event):



More information about the grass-commit mailing list