prefs no longer ok
svn: r7371
This commit is contained in:
parent
eee752fde1
commit
fae2462619
|
@ -53,10 +53,7 @@
|
|||
(lambda (who what mode)
|
||||
(when (memq 'write mode)
|
||||
(unless (let ([np-what (normal-path what)])
|
||||
(or (sub-path? np-what
|
||||
(normal-path (find-system-path 'temp-dir)))
|
||||
(sub-path? np-what
|
||||
(normal-path (find-system-path 'pref-dir)))
|
||||
(or (sub-path? np-what (normal-path (find-system-path 'temp-dir)))
|
||||
(equal? np-what (normal-path (LINKAGE-FILE)))))
|
||||
(error 'slideshow
|
||||
"slide program attempted to write to filesystem: ~e"
|
||||
|
|
Loading…
Reference in New Issue
Block a user