[GRASS-SVN] r44129 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 31 06:32:32 EDT 2010


Author: martinl
Date: 2010-10-31 03:32:32 -0700 (Sun, 31 Oct 2010)
New Revision: 44129

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/colorrules.py
Log:
wxGUI: quickfix - r.colors -p or r.colors.out not available
       TODO: backport it


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/colorrules.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/colorrules.py	2010-10-31 10:29:00 UTC (rev 44128)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/colorrules.py	2010-10-31 10:32:32 UTC (rev 44129)
@@ -500,6 +500,7 @@
         
     def OnLoadTable(self, event):
         """!Load current color table (using `r.colors -p`)"""
+        return # TODO backport r.colors -p or r.colors.out
         ctable = gcmd.RunCommand('r.colors',
                                  parent = self,
                                  read = True,



More information about the grass-commit mailing list