[GRASS-SVN] r45571 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 5 11:02:13 EST 2011


Author: martinl
Date: 2011-03-05 08:02:13 -0800 (Sat, 05 Mar 2011)
New Revision: 45571

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
#1297: db.out.ogr fails to start in 6.5


Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2011-03-05 16:00:41 UTC (rev 45570)
+++ grass/trunk/gui/wxpython/wxgui.py	2011-03-05 16:02:13 UTC (rev 45571)
@@ -428,8 +428,8 @@
         """!Parse command selected from menu"""
         if event:
             cmd = self.GetMenuCmd(event)
-        menuform.GUI().ParseCommand(cmd, parentframe = self)
-
+        menuform.GUI(parent = self).ParseCommand(cmd)
+        
     def OnVDigit(self, event):
         """!Start vector digitizer
         """



More information about the grass-commit mailing list