Ignore:
Timestamp:
12/17/09 20:11:36 (2 years ago)
Author:
adamk
Message:

Landing new lock subsystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Directory/TreeCtrl.pm

    r9685 r9762  
    149149    # Lock the gui here to make the updates look slicker 
    150150    # The locker holds the gui freeze until the update is done. 
    151     my $locker = $self->main->freezer; 
     151    my $lock = $self->main->lock('UPDATE'); 
    152152 
    153153    # If the project have changed or the project root folder updates or 
Note: See TracChangeset for help on using the changeset viewer.