ajack       2004/02/25 05:23:32

  Modified:    python/gump/utils tools.py
  Log:
  Match new listDir interface to old in terms of parameters.
  
  Revision  Changes    Path
  1.13      +5 -5      jakarta-gump/python/gump/utils/tools.py
  
  Index: tools.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/utils/tools.py,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- tools.py  24 Feb 2004 22:14:49 -0000      1.12
  +++ tools.py  25 Feb 2004 13:23:32 -0000      1.13
  @@ -125,10 +125,10 @@
       
       return ok
   
  -def listDirectoryToFileHolder(holder,directory,type=FILE_TYPE_MISC):
  +def listDirectoryToFileHolder(holder,directory,type=FILE_TYPE_MISC,name=None):
          
       # Create a reference to the directory
  -    reference=FileReference(directory,type)
  +    reference=FileReference(directory,type,name)
       
       #
       # Update holder w/ reference to directory, 'listing'
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to