Ticket #1597: panel: restore red hilight for broken symlinks

Fix for restore highlighting of stale links.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2009-09-11 16:38:50 +03:00
parent 8c5fdee5c2
commit edab903a19
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
[filehighlight]
directory=white;
executable=brightgreen;
symlink=lightgray;
stalelink=brightred;
symlink=lightgray;
device=brightmagenta;
special=black;
core=red;