Changeset 22860 for main


Ignore:
Timestamp:
2010-09-07T12:06:07+12:00 (14 years ago)
Author:
kjdon
Message:

changed a line

Location:
main/trunk/greenstone2/perllib/plugins
Files:
2 edited

Legend:

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

    r22597 r22860  
    109109
    110110    # set convert_to_plugin and convert_to_ext
    111     $self->ConvertBinaryFile::set_standard_convert_settings();
     111    $self->set_standard_convert_settings();
    112112    my $secondary_plugin_name = $self->{'convert_to_plugin'};
    113113    my $secondary_plugin_options = $self->{'secondary_plugin_options'};
  • main/trunk/greenstone2/perllib/plugins/RTFPlugin.pm

    r22597 r22860  
    8383
    8484    # set convert_to_plugin and convert_to_ext
    85     $self->ConvertBinaryFile::set_standard_convert_settings();
     85    $self->set_standard_convert_settings();
    8686    my $secondary_plugin_name = $self->{'convert_to_plugin'};
    8787    my $secondary_plugin_options = $self->{'secondary_plugin_options'};
Note: See TracChangeset for help on using the changeset viewer.