Fix bug in fallback mechanism
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 13:15:01 +0000 (15:15 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 13:15:01 +0000 (15:15 +0200)
commitc2c246be40c585f2d7ad2bed6abbc77fcb3d9cb1
treed002191bb3305c80c99af1e0f3fe6518a646e0f9
parent072a483ad72f1c34616e880769158a9c2ae44948
Fix bug in fallback mechanism

After failure to load a piece from a specified -pieceImageDirectory
the default theme was not tried, because the cairo function to load
from a pgn file returns a valid handle even if the file does not exist.
draw.c