Show
Ignore:
Timestamp:
04/27/10 16:24:54 (3 years ago)
Author:
ronosman
Message:

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

Files:
1 modified

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,