[GRASS-SVN] r33405 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 11 03:38:32 EDT 2008
Author: martinl
Date: 2008-09-11 03:38:32 -0400 (Thu, 11 Sep 2008)
New Revision: 33405
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: enable 'add' button also for all linked tables
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py 2008-09-11 07:35:16 UTC (rev 33404)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py 2008-09-11 07:38:32 UTC (rev 33405)
@@ -507,6 +507,7 @@
self.btnQuit.Bind(wx.EVT_BUTTON, self.OnCloseWindow)
self.notebook.Bind(FN.EVT_FLATNOTEBOOK_PAGE_CHANGED, self.OnPageChanged)
self.Bind(FN.EVT_FLATNOTEBOOK_PAGE_CHANGED, self.OnLayerPageChanged, self.browsePage)
+ self.Bind(FN.EVT_FLATNOTEBOOK_PAGE_CHANGED, self.OnLayerPageChanged, self.manageTablePage)
# do layout
self.__layout()
More information about the grass-commit
mailing list