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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 19 06:33:15 EST 2009


Author: martinl
Date: 2009-12-19 06:33:14 -0500 (Sat, 19 Dec 2009)
New Revision: 40057

Modified:
   grass/trunk/gui/wxpython/gui_modules/help.py
Log:
call SetSelection() explicitly


Modified: grass/trunk/gui/wxpython/gui_modules/help.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/help.py	2009-12-19 11:28:57 UTC (rev 40056)
+++ grass/trunk/gui/wxpython/gui_modules/help.py	2009-12-19 11:33:14 UTC (rev 40057)
@@ -425,6 +425,8 @@
         pg5 = aboutNotebook.AddPage(contribwin,   text=_("Contributors"))
         pg5 = aboutNotebook.AddPage(transwin,     text=_("Translators"))
         
+        wx.CallAfter(aboutNotebook.SetSelection, 0)
+        
         # buttons
         btnClose = wx.Button(parent = panel, id = wx.ID_CLOSE)
         btnSizer = wx.BoxSizer(wx.HORIZONTAL)



More information about the grass-commit mailing list