[GRASS-SVN] r45570 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 5 11:00:41 EST 2011


Author: martinl
Date: 2011-03-05 08:00:41 -0800 (Sat, 05 Mar 2011)
New Revision: 45570

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


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2011-03-05 15:54:49 UTC (rev 45569)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2011-03-05 16:00:41 UTC (rev 45570)
@@ -427,8 +427,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