Fix FS#7549 - plugins would only get listed once in viewers.config which meant some extensions dont appear as supported

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14228 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-08-07 10:15:40 +00:00
parent 73160322fe
commit b7a6781520

View file

@ -314,7 +314,7 @@ STOP
}
print VIEWERS $line;
}
elsif(-e ".rockbox/$r") {
elsif(-e ".rockbox/rocks/$r") {
# in case the same plugin works for multiple extensions, it
# was already moved to the viewers dir
print VIEWERS $line;