Changeset 10968


Ignore:
Timestamp:
03/01/10 23:29:03 (2 years ago)
Author:
azawawi
Message:

Fixed ticket:867 "Padre dies when hitting Ctrl-."

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Action/Edit.pm

    r10826 r10968  
    236236        shortcut    => 'Ctrl-.', 
    237237        menu_event  => sub { 
    238             $main->{syntax}->select_next_problem; 
     238            $main->{syntax}->select_next_problem if $main->{syntax}; 
    239239        }, 
    240240    ); 
Note: See TracChangeset for help on using the changeset viewer.