Opened 11 years ago
Closed 11 years ago
#172 closed defect (fixed)
selecting a bookmark crashes padre
Reported by: | SvenDowideit | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | editor | Version: | 0.20 |
Keywords: | Cc: |
Description
Index: lib/Padre/Wx/Dialog/Bookmarks.pm =================================================================== --- lib/Padre/Wx/Dialog/Bookmarks.pm (revision 1874) +++ lib/Padre/Wx/Dialog/Bookmarks.pm (working copy) @@ -154,7 +154,7 @@ # go to the relevant editor and row if (defined $pageid) { $main->on_nth_pane($pageid); - my $page = $main->{notebook}->GetPage($pageid); + my $page = $main->nb->GetPage($pageid); $page->GotoLine($line); }
Change History (1)
comment:1 Changed 11 years ago by SvenDowideit
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.