Ignore:
Timestamp:
Jan 27, 2010, 5:32:12 PM (14 years ago)
Author:
ronosman
Message:

Bug 1410 fixed : pLoader may crash when adding or uploading photo is canceled by user.

File:
1 edited

Legend:

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

    r4763 r4764  
    13011301                title => gettext("Image processing progress information"),
    13021302                bt_label => gettext("Cancel image processing"),
    1303                 bt_close_label => gettext("Close"),
     1303                bt_close_label => gettext("Close"),
     1304                stop_processing => sub { $self->imagelist->stop_processing(1); Wx::Yield(); },
    13041305             }
    13051306        )       
     
    17521753                    bt_label => gettext("Cancel upload"),
    17531754                    bt_close_label => gettext("Close"),
     1755                    stop_processing => sub { $self->imagelist->stop_processing(1); Wx::Yield(); },
    17541756                 }
    17551757            )       
Note: See TracChangeset for help on using the changeset viewer.