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

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


Author: martinl
Date: 2008-08-18 05:14:33 -0400 (Mon, 18 Aug 2008)
New Revision: 32853

Modified:
   grass/trunk/gui/wxpython/gui_modules/sqlbuilder.py
Log:
wxGUI: patch by giohappy applied, trac #261
(merge from devbr6, r32852)


Modified: grass/trunk/gui/wxpython/gui_modules/sqlbuilder.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/sqlbuilder.py	2008-08-18 09:12:17 UTC (rev 32852)
+++ grass/trunk/gui/wxpython/gui_modules/sqlbuilder.py	2008-08-18 09:14:33 UTC (rev 32853)
@@ -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