summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-09 00:34:27 +0100
committerhut <hut@lavabit.com>2010-01-09 00:34:27 +0100
commit2a64495f966991585dc7e4a35d48f8801fc556f8 (patch)
treea237d775186c42323b0c94c8327db5ce3500633c /TODO
parent07277a0a8a002464c83c81978549c42642493c2c (diff)
downloadranger-2a64495f966991585dc7e4a35d48f8801fc556f8.tar.gz
actions: fixed deletion of symlinks to directories
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index cc3b9c85..f5e5536f 100644
--- a/TODO
+++ b/TODO
@@ -34,7 +34,7 @@ Bugs
    (X) #19  10/01/01  resizing after pressing g
    (X) #23  10/01/04  stop dir loading with ^C -> wont load anymore
    (X) #25  10/01/06  directories sometimes dont reload correctly
-   ( ) #26  10/01/06  :delete on symlinks of directories fails
+   (X) #26  10/01/06  :delete on symlinks of directories fails
    ( ) #31  10/01/06  ^C breaks cd-after-exit
 
 
#n138'>138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 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