Ignore:
Timestamp:
02/07/10 03:31:29 (2 years ago)
Author:
tsee
Message:

submersible_toaster: I think this might resolve the issue with catching events from main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/SlaveDriver.pm

    r10569 r10575  
    162162 
    163163    # Set the thread-specific main-window pointer 
    164     my $main = Wx::wxTheApp->GetTopWindow(); 
    165     $Padre::TaskManager::_main = $main; 
     164    my $main = Padre->ide->wx;  
    166165 
    167166    #warn threads->tid() . " -- Hi, I'm a thread."; 
Note: See TracChangeset for help on using the changeset viewer.