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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 21 07:23:26 EDT 2011


Author: martinl
Date: 2011-07-21 04:23:26 -0700 (Thu, 21 Jul 2011)
New Revision: 47197

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI: attempt to fix #1406
       (merge r47191 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py	2011-07-21 11:13:39 UTC (rev 47196)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/ghelp.py	2011-07-21 11:23:26 UTC (rev 47197)
@@ -831,7 +831,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