diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-10-18 14:32:33 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-10-19 15:10:13 +0200 |
commit | 87948915995c0d2752a3aaa80d470ee7e5366902 (patch) | |
tree | caef4c7837261ed4141b4174a8eebb9a7b3fde29 /config.h | |
parent | cd62a9bd6bdeda23387033c48023389b4e32d9e8 (diff) | |
download | vdr-plugin-tvguide-87948915995c0d2752a3aaa80d470ee7e5366902.tar.gz vdr-plugin-tvguide-87948915995c0d2752a3aaa80d470ee7e5366902.tar.bz2 |
Fixed a error while changing a Theme
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ class cTVGuideConfig { int FontRecMenuItemLargeDelta; int timeFormat; int useNopacityTheme; + int useNopacityThemeCurrent; int themeIndex; int themeIndexCurrent; cString themeName; |