Changeset 4095 for extensions


Ignore:
Timestamp:
Oct 23, 2009, 6:20:46 PM (14 years ago)
Author:
ronosman
Message:

Bug 1205 fixed : "OnInit must return a true value" error when exit from connexion dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/ploader.pl

    r3180 r4095  
    3131require '../res/login_wdr.pl';
    3232
    33 my $app = Uploader::GUI::wxApp->new(@_);
    34 $app->MainLoop();
    35 
     33eval {
     34    my $app = Uploader::GUI::wxApp->new(@_);
     35    $app->MainLoop();
     36};
    36371;
    3738
Note: See TracChangeset for help on using the changeset viewer.