Ignore:
Timestamp:
Jul 4, 2009, 12:09:47 AM (15 years ago)
Author:
ronosman
Message:

Bug 1030 fixed : catch communication error with Piwigo site. The Piwigo method return status is checked after checking HTTP response status.

File:
1 edited

Legend:

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

    r3472 r3509  
    331331   
    332332    $self->version(
    333         '2.0.2c'
     333        '2.0.2d'
    334334    );
    335335   
     
    554554    $self->imagelist->ResizeCallback(
    555555        sub { $self->ResizeImage(@_) }
     556    );
     557
     558    $self->imagelist->YieldCallback(
     559        sub { Wx::Yield }
    556560    );
    557561}
Note: See TracChangeset for help on using the changeset viewer.