diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index fee1e7942fe84fbcbc667f6c09a57350567674ae..74f1e4da70663e2559c1f725cbb38c7a7a8fda8a 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -437,7 +437,7 @@ sub map_history { my $from_index = first_index { $_ eq $journey->{from_name} } @route; my $to_index = first_index { $_ eq $journey->{to_name} } @route; - if ( $from_index == -1 or $to_index == -1 ) { + if ( $from_index == -1 or $to_index == -1 or $journey->{edited} == 0x3fff ) { next; }