Changeset 189

Show
Ignore:
Timestamp:
Tue Oct 2 11:20:32 2007
Author:
manatlan
Message:

- plugin multiexport : little bug in gallery html export
destination corrected

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/plugins/multiexport/__init__.py

    r162 r189  
    195 195                 msg = _("Export as a Html Gallery")  
    196 196                 #==================================================================  
    197                   path = ec["FS.folder"]  
      197                 path = ec["HG.folder"]  
    197 197                 if os.path.isdir(path):  
    198 198                     destg = unicode( path + "/Html " + time.strftime("%Y-%m-%d, %H-%M-%S") )