/[papo]/gnue/designer/src/forms/wizards/AddDropDown.py
ViewVC logotype

Diff of /gnue/designer/src/forms/wizards/AddDropDown.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by styxman, Fri Nov 8 16:46:03 2002 UTC revision 1.6 by styxman, Thu Nov 14 21:20:33 2002 UTC
# Line 308  class AddDropDownWizard(FormPrePositioni Line 308  class AddDropDownWizard(FormPrePositioni
308    def __getExistingDatasources(self):    def __getExistingDatasources(self):
309      self.__firstConnection = None      self.__firstConnection = None
310      self.__datasourceSet = []      self.__datasourceSet = []
311      self.__datasourceMap = []      self.__datasourceMap = {}
312      for child in self.form._children:      for child in self.form._children:
313        if child._type == 'GFDataSource' and hasattr(child,'table'):        if child._type == 'GFDataSource' and hasattr(child,'table'):
314          self.__datasourceSet.append((child.name,"%s (%s)" % (child.name, child.table)))          self.__datasourceSet.append((child.name,"%s (%s)" % (child.name, child.table)))

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26