Correct path

This commit is contained in:
Chris Young 2013-08-15 18:21:12 +01:00
parent fd206d98e9
commit b11b18f258
2 changed files with 3 additions and 2 deletions

View File

@ -319,6 +319,7 @@ bool ami_locate_resource(char *fullpath, const char *file)
found = ami_gui_check_resource(fullpath, file);
if(found) return true;
/* Check current theme directory */
if(nsoption_charp(theme))
{
strcpy(fullpath, nsoption_charp(theme));

View File

@ -2,5 +2,5 @@
favicon.ico:TBimages:list_file
icons/arrow-l.png:TBimages:list_mailreplied
icons/search.png:TBimages:list_search
icons/directory.png:list_drawer
icons/content.png:list_file
icons/directory.png:TBimages:list_drawer
icons/content.png:TBimages:list_file