Ignore:
Timestamp:
2010-12-01T11:42:27+13:00 (13 years ago)
Author:
davidb
Message:

Plugin code upgrade to support Greenstone working with filenames under Windows when then go beyond Latin-1 and start turning up in their DOS abbreviated form (e.g. Test~1.txt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/PowerPointPlugin.pm

    r23352 r23363  
    341341    ## set_source_filename does not set the doc_obj source_path which is used in archives dbs for incremental
    342342    # build. so set it manually.
    343     $doc_obj->{'source_path'} = $filename_full_path;
     343    $doc_obj->set_source_path($filename_full_path);
    344344    $doc_obj->set_converted_filename(&util::filename_cat($dirname_within_collection, $file));
    345345   
Note: See TracChangeset for help on using the changeset viewer.