mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- fix and use ICONSDIR variable; move ICONSSDIR_VAR to global.h
This commit is contained in:
@@ -188,7 +188,7 @@ bool CScreenSaver::ReadDir()
|
||||
str += "/";
|
||||
str += (*dirpointer).d_name;
|
||||
|
||||
if ((string) dir_name == DATADIR "/neutrino/icons")
|
||||
if ((string) dir_name == ICONSDIR)
|
||||
{
|
||||
/*
|
||||
backward compatiblity:
|
||||
|
Reference in New Issue
Block a user