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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 14 13:49:29 EDT 2009


Author: martinl
Date: 2009-10-14 13:49:28 -0400 (Wed, 14 Oct 2009)
New Revision: 39524

Modified:
   grass/trunk/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: VectorDBInfo is defined in 'dbm_base' module
       (merge r39523 from devbr6)


Modified: grass/trunk/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/dbm.py	2009-10-14 17:39:07 UTC (rev 39523)
+++ grass/trunk/gui/wxpython/gui_modules/dbm.py	2009-10-14 17:49:28 UTC (rev 39524)
@@ -1747,7 +1747,7 @@
                                 parent = self,
                                 **cmd[1])
             
-            self.mapDBInfo = VectorDBInfo(self.vectorName)
+            self.mapDBInfo = dbm_base.VectorDBInfo(self.vectorName)
             table = self.mapDBInfo.layers[self.layer]['table']
 
             # update table description
@@ -2015,7 +2015,7 @@
             self.notebook.SetSelection(2)
             
         # fetch fresh db info
-        self.mapDBInfo = VectorDBInfo(self.vectorName)    
+        self.mapDBInfo = dbm_base.VectorDBInfo(self.vectorName)    
 
         #
         # add new page



More information about the grass-commit mailing list