[GRASS-SVN] r49728 - grass/branches/develbranch_6/gui/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 13 17:42:03 EST 2011


Author: martinl
Date: 2011-12-13 14:42:02 -0800 (Tue, 13 Dec 2011)
New Revision: 49728

Modified:
   grass/branches/develbranch_6/gui/scripts/g.extension.py
Log:
g.extension.py: fix typo


Modified: grass/branches/develbranch_6/gui/scripts/g.extension.py
===================================================================
--- grass/branches/develbranch_6/gui/scripts/g.extension.py	2011-12-13 22:37:12 UTC (rev 49727)
+++ grass/branches/develbranch_6/gui/scripts/g.extension.py	2011-12-13 22:42:02 UTC (rev 49728)
@@ -753,7 +753,7 @@
     
     # list available modules
     if flags['l'] or flags['c'] or flags['g']:
-        list_available_modules()
+        list_available_extensions()
         return 0
     elif flags['a']:
         grass.message(_("List of installed extensions:"))



More information about the grass-commit mailing list