summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-02-09 11:35:32 +0100
committerhut <hut@lavabit.com>2010-02-09 11:35:32 +0100
commitdb1721dd9c6fdae2de44a4c8b39cc310a37cbdc0 (patch)
tree03c0c1f2d26d1b3d1e458abaf80166ca0bb6cae4 /TODO
parentf40dc67a805bc7b82c75756a17eaa1b9a7756600 (diff)
downloadranger-db1721dd9c6fdae2de44a4c8b39cc310a37cbdc0.tar.gz
fixed #54: max_dirsize_for_autopreview option not working
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index d2aec2cf..55b31290 100644
--- a/TODO
+++ b/TODO
@@ -59,7 +59,7 @@ Bugs
    ( ) #46  10/01/19  old username displayed after using su
    (X) #49  10/01/19  fix unit tests :'(
    ( ) #52  10/01/23  special characters in tab completion
-   ( ) #54  10/01/23  max_dirsize_for_autopreview not working
+   (X) #54  10/01/23  max_dirsize_for_autopreview not working
    ( ) #60  10/02/05  utf support improvable
 
 
@@ -76,7 +76,7 @@ Ideas
 
 Goals for next minor version
 
-   ( ) #54  10/01/23  max_dirsize_for_autopreview not working
+   (X) #54  10/01/23  max_dirsize_for_autopreview not working
    ( ) #55  10/01/24  allow change of filename when pasting
    ( ) #61  10/02/09  show sum of size of marked files
 
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230