[GRASS-SVN] r52947 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 28 02:55:23 PDT 2012
Author: annakrat
Date: 2012-08-28 02:55:22 -0700 (Tue, 28 Aug 2012)
New Revision: 52947
Modified:
grass/trunk/gui/wxpython/gui_core/forms.py
Log:
wxGUI/forms: fix loading manual page for listbook style
Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py 2012-08-28 09:43:15 UTC (rev 52946)
+++ grass/trunk/gui/wxpython/gui_core/forms.py 2012-08-28 09:55:22 UTC (rev 52947)
@@ -794,7 +794,7 @@
self.notebook.Bind(FN.EVT_FLATNOTEBOOK_PAGE_CHANGED, self.OnPageChange)
elif style == 3:
self.notebook = FormListbook(self, style = wx.BK_LEFT)
- self.notebook.Bind(wx.EVT_NOTEBOOK_PAGE_CHANGED, self.OnPageChange)
+ self.notebook.Bind(wx.EVT_LISTBOOK_PAGE_CHANGED, self.OnPageChange)
self.notebook.Refresh()
imageList = wx.ImageList(16, 16)
More information about the grass-commit
mailing list