diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-29 11:33:53 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-29 11:33:53 +0100 |
commit | 89602f07f60672d0d7ab1dbf8f06be9e8f6566d1 (patch) | |
tree | f317a56853384c14048dd4eb96d096b925afa370 /setupeepg.c | |
parent | 023c24e88bae40f472cb0c37fc02ea67d4a5b5bc (diff) | |
download | vdr-plugin-eepg-89602f07f60672d0d7ab1dbf8f06be9e8f6566d1.tar.gz vdr-plugin-eepg-89602f07f60672d0d7ab1dbf8f06be9e8f6566d1.tar.bz2 |
Try to fix the charset override by setting the envioronment variable
Add option to setup not to set Category and Genere to empty short texts
Diffstat (limited to 'setupeepg.c')
-rw-r--r-- | setupeepg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setupeepg.c b/setupeepg.c index c0dff6a..bfbb26f 100644 --- a/setupeepg.c +++ b/setupeepg.c @@ -22,6 +22,8 @@ cSetupEEPG::cSetupEEPG (void) FixEpg = 0; DisplayMessage = 1; ProcessEIT = 0; + ReplaceEmptyShText = 0; + #ifdef DEBUG LogLevel = 0; #endif |