diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2007-02-19 12:42:15 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2007-02-19 12:42:15 +0100 |
commit | b1fa489fdbd06712add00390966defbe9a96232a (patch) | |
tree | a5d1efbbfe4f22e12bea081454502828682be134 /config.h | |
parent | 2ced4d35c533969fdb0ee6fa963a2fef26c50b79 (diff) | |
download | vdr-plugin-skinenigmang-b1fa489fdbd06712add00390966defbe9a96232a.tar.gz vdr-plugin-skinenigmang-b1fa489fdbd06712add00390966defbe9a96232a.tar.bz2 |
2007-02-19: Version 0.0.2v0.0.2
- Fixed problems in replay OSD when not using small font (Reported by several people).
- Only display reruns of current event in EPG info if there are more than two reruns.
- New setup option to enable/disable trying a single 8bpp OSD area.
- Completed French translation (Submitted by Patrice Staudt).
- Completed Finnish translation (Patch by rofafor @vdr-portal.de).
- Changed defines: HAVE_EPGSEARCH to SKINENIGMA_HAVE_EPGSEARCH and NO_MENULOGO to SKINENIGMA_NO_MENULOGO (Patch by rofafor @vdr-portal.de).
- Fixed crash if loading channel logos by channel id (Reported by zulu @vdr-portal.de).
- Fixed gcc warning (Reported by zulu @vdr-portal.de).
- Renamed theme WomansLike to WomenLike.
- Some smaller fixes.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ public: int showInfo; int showRemaining; int showMarker; + int singleArea; }; extern cEnigmaConfig EnigmaConfig; |