[GRASS-SVN] r57345 - grass/trunk/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 1 09:17:05 PDT 2013


Author: turek
Date: 2013-08-01 09:17:05 -0700 (Thu, 01 Aug 2013)
New Revision: 57345

Modified:
   grass/trunk/gui/wxpython/mapdisp/frame.py
Log:
calling VDigitWindow - removed tree parameter (not yet used in constructor)

Modified: grass/trunk/gui/wxpython/mapdisp/frame.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/frame.py	2013-08-01 16:15:31 UTC (rev 57344)
+++ grass/trunk/gui/wxpython/mapdisp/frame.py	2013-08-01 16:17:05 UTC (rev 57345)
@@ -249,8 +249,7 @@
             from vdigit.mapwindow import VDigitWindow
             self.MapWindowVDigit = VDigitWindow(parent = self, giface = self._giface,
                                                 id = wx.ID_ANY, frame = self,
-                                                Map = self.Map, tree = self.tree,
-                                                lmgr = self._layerManager)
+                                                Map = self.Map, lmgr = self._layerManager)
             self.MapWindowVDigit.Show()
             self._mgr.AddPane(self.MapWindowVDigit, wx.aui.AuiPaneInfo().CentrePane().
                           Dockable(False).BestSize((-1,-1)).Name('vdigit').



More information about the grass-commit mailing list