[GRASS-SVN] r49272 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 16 10:18:35 EST 2011


Author: martinl
Date: 2011-11-16 07:18:35 -0800 (Wed, 16 Nov 2011)
New Revision: 49272

Modified:
   grass/trunk/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI: fix default svnurl for g.extension if not defined


Modified: grass/trunk/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/ghelp.py	2011-11-16 15:15:55 UTC (rev 49271)
+++ grass/trunk/gui/wxpython/gui_modules/ghelp.py	2011-11-16 15:18:35 UTC (rev 49272)
@@ -832,7 +832,7 @@
             self.options[name] = wx.CheckBox(parent = self.panel, id = wx.ID_ANY,
                                              label = desc)
         self.repo.SetValue(task.get_param(value = 'svnurl').get('default',
-                                                                'https://svn.osgeo.org/grass/grass-addons'))
+                                                                'http://svn.osgeo.org/grass/grass-addons/grass7'))
         
         self.statusbar = self.CreateStatusBar(number = 1)
         



More information about the grass-commit mailing list