[GRASS-SVN] r47191 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 20 17:22:35 EDT 2011
Author: martinl
Date: 2011-07-20 14:22:35 -0700 (Wed, 20 Jul 2011)
New Revision: 47191
Modified:
grass/trunk/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI: attempt to fix #1406
Modified: grass/trunk/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/ghelp.py 2011-07-20 21:18:13 UTC (rev 47190)
+++ grass/trunk/gui/wxpython/gui_modules/ghelp.py 2011-07-20 21:22:35 UTC (rev 47191)
@@ -829,7 +829,7 @@
self.repo.SetValue(task.get_param(value = 'svnurl').get('default',
'https://svn.osgeo.org/grass/grass-addons'))
- self.statusbar = self.CreateStatusBar(0)
+ self.statusbar = self.CreateStatusBar(number = 1)
self.btnFetch = wx.Button(parent = self.panel, id = wx.ID_ANY,
label = _("&Fetch"))
More information about the grass-commit
mailing list