Changeset 11173


Ignore:
Timestamp:
03/23/10 10:58:12 (23 months ago)
Author:
jagd
Message:

remove crash for "Goto Bookmark"

File:
1 edited

Legend:

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

    r10997 r11173  
    173173 
    174174    # Is the file already open 
    175     my $file   = $bookmark->{file}; 
    176     my $line   = $bookmark->{line}; 
     175    my $file   = $bookmark->file; 
     176    my $line   = $bookmark->line; 
    177177    my $pageid = $main->find_editor_of_file($file); 
    178178 
Note: See TracChangeset for help on using the changeset viewer.