Ignore:
Timestamp:
Apr 27, 2010, 4:24:54 PM (14 years ago)
Author:
ronosman
Message:

Bug 1610 fixed : new chunk size not used until reload. Add a number validator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxApp.pm

    r5567 r5977  
    694694                http_password  => $self->http_password,
    695695                branding       => $self->branding,
    696                 chunk_size     => $self->chunk_size,
     696                chunk_size     => sub { $self->chunk_size(@_) },
    697697                use_offline    => $self->use_offline,
    698698                version        => $self->version,
Note: See TracChangeset for help on using the changeset viewer.