Don't register for a single fs-object

part of darcs patch Mon Sep 19 22:00:42 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
This commit is contained in:
eknauel 2005-09-27 16:31:35 +00:00
parent 40e260f78d
commit 781fe54df3
1 changed files with 1 additions and 2 deletions

View File

@ -326,6 +326,5 @@
(register-plugin! (register-plugin!
(make-view-plugin make-fsobjects-viewer (make-view-plugin make-fsobjects-viewer
(lambda (thing) (lambda (thing)
(or (fs-object? thing) (list-of-fs-objects? thing))))
(list-of-fs-objects? thing)))))