Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for {{ $dist->name }}

{{ $NEXT }}
* Change find_id_of_editor call to editor_id to comply with new (>=0.85) Padre API ( Martin Kamerbeek )

1.002 2011-03-27 15:21:21 America/New_York
* Improve handling of unicode (arjancwidlak)
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright_holder = Patrick Donelan
skip = ^Wx::TreeCtrl$

[Prereqs]
Padre = 0.69
Padre = 0.85

[Prereqs / RuntimeRecommends]
JSON::XS = 2.24
Expand Down
2 changes: 1 addition & 1 deletion lib/Padre/Plugin/WebGUI/Assets.pm
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ sub edit_asset {
$doc->load_asset( $item->{assetId}, $self->url );

# Fake-save tab so that it isn't in the unsaved state
my $id = $main->find_id_of_editor($editor);
my $id = $main->editor_id($editor);
my $page = $main->notebook->GetPage($id);
$page->SetSavePoint;

Expand Down