Changeset 10608
- Timestamp:
- 02/07/10 16:01:28 (7 months ago)
- Files:
-
- 1 modified
-
trunk/Padre/lib/Padre/Document.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Document.pm
r10584 r10608 221 221 # syntax to correct (for example) .//file.pl to ./file.pl) 222 222 $self->{filename} = $self->{file}->{filename}; 223 224 # TODO: Fix Ticket #845 here. We need to make sure only the filename and not the folder name is here. 225 # This causes F5 to fail as the get_command in Document::Perl doesn' handle this corretly 223 226 224 227 if ( $self->{file}->exists ) {
