[GRASS-SVN] r49495 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 2 13:27:55 EST 2011


Author: martinl
Date: 2011-12-02 10:27:55 -0800 (Fri, 02 Dec 2011)
New Revision: 49495

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI: report g.extension -l


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py	2011-12-02 18:21:46 UTC (rev 49494)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py	2011-12-02 18:27:55 UTC (rev 49495)
@@ -1065,7 +1065,7 @@
             flags = 'g'
         else:
             flags = 'l'
-        ret = gcmd.RunCommand('g.extension.py', read = True,
+        ret = gcmd.RunCommand('g.extension.py', read = True, parent = self,
                               svnurl = url,
                               flags = flags, quiet = True)
         if not ret:



More information about the grass-commit mailing list