[GRASS-SVN] r47459 - grass/trunk/gui/wxpython/gui_modules
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Fri Aug  5 08:53:34 EDT 2011
    
    
  
Author: annakrat
Date: 2011-08-05 05:53:34 -0700 (Fri, 05 Aug 2011)
New Revision: 47459
Modified:
   grass/trunk/gui/wxpython/gui_modules/colorrules.py
Log:
wxGUI: ColorTable: fix last commit
Modified: grass/trunk/gui/wxpython/gui_modules/colorrules.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/colorrules.py	2011-08-05 12:41:18 UTC (rev 47458)
+++ grass/trunk/gui/wxpython/gui_modules/colorrules.py	2011-08-05 12:53:34 UTC (rev 47459)
@@ -546,7 +546,7 @@
                                    map = self.inmap,
                                   layer = self.properties['layer'],
                                   columns = 'GRASSRGB varchar(20)')
-            self.cb_vrgb.InsertColumns(self.inmap, type = ["character"], self.properties['layer'])
+            self.cb_vrgb.InsertColumns(self.inmap, self.properties['layer'], type = ["character"])
             self.cb_vrgb.SetStringSelection('GRASSRGB')
         else:
             gcmd.GMessage(parent = self,
    
    
More information about the grass-commit
mailing list