[GRASS-SVN] r61615 - grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 14 04:16:25 PDT 2014


Author: krejcmat
Date: 2014-08-14 04:16:25 -0700 (Thu, 14 Aug 2014)
New Revision: 61615

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/editor.py
Log:
fix keyword param

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/editor.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/editor.py	2014-08-14 10:10:06 UTC (rev 61614)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/editor.py	2014-08-14 11:16:25 UTC (rev 61615)
@@ -210,7 +210,7 @@
             self.boxButtonSizer.Add(self.rmBoxButt, 0)
             self.rmBoxButt.Bind(EVT_BUTTON, self.removeBox)
 
-    def addDuplicatedItem(self, item):
+    def addDuplicatedItem(self, item,mdID):
         self.stBoxSizer.Add(item, flag=wx.EXPAND, proportion=1)
         self.stBoxSizer.AddSpacer(5, 5, 1, wx.EXPAND)
         self.GetParent().Layout()



More information about the grass-commit mailing list