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/SearchCtrl.pm

    r9685 r9762  
    518518    # Lock the gui here to make the updates look slicker 
    519519    # The locker holds the gui freeze until the update is done. 
    520     my $locker = $self->current->main->freezer; 
     520    my $lock = $self->current->main->lock('UPDATE'); 
    521521 
    522522    # Cleans the Directory Browser window to show the result 
Note: See TracChangeset for help on using the changeset viewer.