Explorar o código

wxGUI: report g.extension -l

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49494 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=13) %!d(string=hai) anos
pai
achega
4313a58501
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/modules/extensions.py

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

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