Ignore:
Timestamp:
Mar 30, 2009, 9:09:02 PM (15 years ago)
Author:
ronosman
Message:

Bug 963. Work offline mode ignored after first login failure.

File:
1 edited

Legend:

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

    r3227 r3232  
    322322   
    323323    $self->version(
    324         '2.0.1a'
     324        '2.0.1b'
    325325    );
    326326   
     
    376376            while( $not_exit and !$self->_is_connected ){
    377377                $not_exit = $self->Login();
     378                last if $self->use_offline;
    378379            }
    379380        }
     
    509510
    510511    my $params = {
     512        new_files        => [],
    511513        thumb_size       => 120,
    512514        site_thumb_dir   => $self->thumb_dir,
Note: See TracChangeset for help on using the changeset viewer.