Comment 4 for bug 588836

Revision history for this message
Mark Lee (malept) wrote : Re: Bookmark parser doesn't check whether bookmarked dirs exist

I think that the bookmarks parser should return everything, and then the applet can do whatever it wants. In the Bookmark object, there's a file property, which has an exists() method. The applet can use that to determine what to do with the bookmark entry. For example, an applet could decide that it would show a "this bookmark does not exist" icon instead of not showing it at all. Therefore, this is an applet-specific problem, not an lda problem.