Use ThemeFileFind in stead of FindFile.

SVN revision: 46524
This commit is contained in:
Kim Woelders 2010-02-26 21:54:53 +00:00
parent c5f4373649
commit 6156de7fce
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ ECursorRealize(ECursor * ec)
if (ec->file)
{
img = FindFile(ec->file, Mode.theme.path);
img = ThemeFileFind(ec->file);
_EFREE(ec->file); /* Ok or not - we never need file again */
if (!img)
goto done;