neutrino: fix most hardcoded paths

This commit is contained in:
Stefan Seyfried
2013-03-10 02:01:52 +01:00
parent 49d9ebf833
commit ffd4daea7c
17 changed files with 27 additions and 25 deletions

View File

@@ -461,7 +461,7 @@ void CPictureViewer::getSize(const char* name, int* width, int *height)
}
}
#define LOGO_DIR1 "/share/tuxbox/neutrino/icons/logo"
#define LOGO_DIR1 DATADIR "/neutrino/icons/logo"
#define LOGO_FMT ".jpg"
bool CPictureViewer::GetLogoName(uint64_t channel_id, std::string ChannelName, std::string & name, int *width, int *height)