Changeset 9167


Ignore:
Timestamp:
2005-02-24T14:11:56+13:00 (19 years ago)
Author:
davidb
Message:

'process_exp' added to list of arguments MP3Plug uses. This is the plugin
overrides the default_process_exp, but without it in the argument list
data-structure then when GLI interrogates this plugin it doesn't realise
that the default for process_exp is different.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/MP3Plug.pm

    r8519 r9167  
    4040
    4141my $arguments =
    42     [ { 'name' => "assoc_images",
     42    [ { 'name' => "process_exp",
     43    'desc' => "{BasPlug.process_exp}",
     44    'type' => "string",
     45    'deft' => &get_default_process_exp(),
     46    'reqd' => "no" },
     47      { 'name' => "assoc_images",
    4348        'desc' => "{MP3Plug.assoc_images}",
    4449        'type' => "flag",
Note: See TracChangeset for help on using the changeset viewer.