Changeset 11122


Ignore:
Timestamp:
03/15/10 05:25:50 (2 years ago)
Author:
azawawi
Message:

Fixed xt author test failure and removed unused role in @ISA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Dialog/WhereFrom.pm

    r11121 r11122  
    99our $VERSION = '0.58'; 
    1010 
    11 our @ISA = qw{ 
    12     Padre::Wx::Role::MainChild 
    13     Wx::Dialog 
    14 }; 
     11our @ISA = 'Wx::Dialog'; 
    1512 
    1613sub new { 
    1714    my ( $class, $main ) = @_; 
    1815 
    19     my $config = Padre->ide->config; 
     16    my $config = $main->config; 
    2017    return if $config->feedback_done; 
    2118 
Note: See TracChangeset for help on using the changeset viewer.