Преглед изворни кода

fix https://trac.osgeo.org/grass/ticket/1223

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44412 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 14 година
родитељ
комит
fda4f737d0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

+ 1 - 1
gui/wxpython/gui_modules/preferences.py

@@ -2180,7 +2180,7 @@ class MapsetAccess(wx.Dialog):
                  title=_('Manage access to mapsets'),
                  size = (350, 400),
                  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER, **kwargs):
-        wx.Dialog.__init__(self, parent, id, title, pos, size, style)
+        wx.Dialog.__init__(self, parent, id, title, size = size, style = style)
 
         self.all_mapsets_ordered = utils.ListOfMapsets(get = 'ordered')
         self.accessible_mapsets  = utils.ListOfMapsets(get = 'accessible')