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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 11 03:42:11 EDT 2008


Author: martinl
Date: 2008-09-11 03:42:11 -0400 (Thu, 11 Sep 2008)
New Revision: 33406

Modified:
   grass/trunk/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: enable 'add' button also for all linked tables
(merge from devbr6, r33405)


Modified: grass/trunk/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/dbm.py	2008-09-11 07:38:32 UTC (rev 33405)
+++ grass/trunk/gui/wxpython/gui_modules/dbm.py	2008-09-11 07:42:11 UTC (rev 33406)
@@ -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