diff options
author | hut <hut@lavabit.com> | 2010-05-17 21:44:49 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-05-17 21:44:49 +0200 |
commit | 1337039291f72d1514fe95586c585234b66436d3 (patch) | |
tree | 64d86e2f22a0d418b7af806b4c00692b39af4b54 /TODO | |
parent | f4c646d8a61710747e157ebac2e27ebfacf7b54c (diff) | |
download | ranger-1337039291f72d1514fe95586c585234b66436d3.tar.gz |
customized David Barnetts code + polished stuff
1. removed StringIO dependency (Pager.set_source works with strings too) 2. fixed check for settings.preview_files 3. removed FileSystemObject.get_preview_source dummy method (This method is meaningless for directories, so they should not inherit it?)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO index 84ecc811..d2aac406 100644 --- a/TODO +++ b/TODO @@ -84,7 +84,7 @@ Bugs (X) #74 10/03/21 console doesn't scroll (X) #78 10/03/31 broken preview when deleting all files in a directory (X) #85 10/04/26 no automatic reload of directory after using :filter - ( ) #87 10/05/10 files are not properly closed after previewing + (X) #87 10/05/10 files are not properly closed after previewing ( ) #88 10/05/10 race conditions for data loading from FS (X) #90 10/05/11 no link target for broken links |