summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2007-02-19 12:42:15 +0100
committerAndreas Mair <amair.sob@googlemail.com>2007-02-19 12:42:15 +0100
commitb1fa489fdbd06712add00390966defbe9a96232a (patch)
treea5d1efbbfe4f22e12bea081454502828682be134 /config.h
parent2ced4d35c533969fdb0ee6fa963a2fef26c50b79 (diff)
downloadvdr-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index b1ec6b0..ebce5eb 100644
--- a/config.h
+++ b/config.h
@@ -28,6 +28,7 @@ public:
int showInfo;
int showRemaining;
int showMarker;
+ int singleArea;
};
extern cEnigmaConfig EnigmaConfig;