[GRASS-SVN] r55678 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 10 03:09:33 PDT 2013


Author: annakrat
Date: 2013-04-10 03:09:33 -0700 (Wed, 10 Apr 2013)
New Revision: 55678

Modified:
   grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: missing parameter giface

Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py	2013-04-09 21:13:17 UTC (rev 55677)
+++ grass/trunk/gui/wxpython/lmgr/frame.py	2013-04-10 10:09:33 UTC (rev 55678)
@@ -735,7 +735,7 @@
         """!Parse command selected from menu"""
         if event:       
             cmd = self.GetMenuCmd(event)
-        GUI(parent = self).ParseCommand(cmd)
+        GUI(parent=self, giface=self._giface).ParseCommand(cmd)
         
     def OnVNet(self, event):
         """Vector network analysis tool"""



More information about the grass-commit mailing list