[GRASS-SVN] r40814 - grass-addons/gui/wxpython/data_catalog

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 4 01:25:47 EST 2010


Author: rashadkm
Date: 2010-02-04 01:25:45 -0500 (Thu, 04 Feb 2010)
New Revision: 40814

Modified:
   grass-addons/gui/wxpython/data_catalog/catalog.py
Log:
fixed problems using grass 6.5

Modified: grass-addons/gui/wxpython/data_catalog/catalog.py
===================================================================
--- grass-addons/gui/wxpython/data_catalog/catalog.py	2010-02-04 06:10:35 UTC (rev 40813)
+++ grass-addons/gui/wxpython/data_catalog/catalog.py	2010-02-04 06:25:45 UTC (rev 40814)
@@ -227,8 +227,9 @@
         self.Map =    self.GetMapDisplay()
 
 
+    def OnRunScript(self)
+        print "asdf"
 
-
     def GetMapDisplay(self):
         self.winlist = self.GetChildren()
         for win in self.winlist:



More information about the grass-commit mailing list