Browse Source

wxGUI/extensions: fix loading on windows, parent is not wxWindow

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57098 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
af396678cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/modules/extensions.py

+ 1 - 1
gui/wxpython/modules/extensions.py

@@ -266,7 +266,7 @@ class ExtensionTreeModelBuilder:
             flags = 'g'
         else:
             flags = 'l'
-        ret = RunCommand('g.extension', read = True, parent = self,
+        ret = RunCommand('g.extension', read = True,
                          svnurl = url,
                          flags = flags, quiet = True)
         if not ret: