Ticket #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
Note: See
TracTickets for help on using
tickets.
