Ignore:
Timestamp:
12/09/09 19:47:31 (2 years ago)
Author:
garu
Message:

better handling of closing Cat plugin (doesn't crash anymore, yay)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Catalyst/lib/Padre/Plugin/Catalyst/Panel.pm

    r9531 r9584  
    6262    $box->Add( $output, 1, Wx::wxGROW ); 
    6363 
    64     # wrapping it up and showing on the screen 
     64    # wrapping it up 
    6565    $self->SetSizer($box); 
    66     Padre::Current->main->bottom->show($self); 
    6766     
    6867    # holding on to some objects we'll need to manipulate later on 
Note: See TracChangeset for help on using the changeset viewer.