webtv: switch default webtv paths from CONFIGDIR to WEBRADIODIR_VAR (specified by configure)

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
J. Krieg
2018-11-13 20:45:06 +01:00
committed by Thilo Graf
parent 2c1a210d2f
commit 13476691b7
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
#include <string.h>
#include <gui/widget/menue.h>
#define WEBTV_XML CONFIGDIR "/webtv_usr.xml"
#define WEBTV_XML WEBTVDIR_VAR "/webtv_usr.xml"
#define WEBRADIO_XML WEBRADIODIR_VAR "/webradio_usr.xml"
class CWebTVSetup : public CMenuTarget, CChangeObserver