[GRASS-SVN] r32852 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 18 05:12:18 EDT 2008


Author: martinl
Date: 2008-08-18 05:12:17 -0400 (Mon, 18 Aug 2008)
New Revision: 32852

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/sqlbuilder.py
Log:
wxGUI: patch by giohappy applied, trac #261


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/sqlbuilder.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/sqlbuilder.py	2008-08-18 04:50:28 UTC (rev 32851)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/sqlbuilder.py	2008-08-18 09:12:17 UTC (rev 32852)
@@ -108,7 +108,7 @@
         #
         # List Boxes
         #
-        self.list_columns = wx.ListBox(self, -1, wx.DefaultPosition, (-1, -1), self.column_names, wx.LB_MULTIPLE|wx.LB_SORT)
+        self.list_columns = wx.ListBox(self, -1, wx.DefaultPosition, (-1, -1), self.columns.keys(), wx.LB_MULTIPLE|wx.LB_SORT)
         self.list_values = wx.ListBox(self, -1, wx.DefaultPosition, (-1, -1), self.colvalues, wx.LB_MULTIPLE|wx.LB_SORT)
 
         #



More information about the grass-commit mailing list