summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2006-12-03 17:45:17 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 04:13:49 +0200
commitac64ce03ec6b5766691ff2da3af6f51ed800792a (patch)
tree11acc2de3a055ff546a1bfa5e5cdad20ab1715c7 /display.c
parent165c14206aa2e06c33ac887f9b9d0f816573a5fe (diff)
downloadvdr-plugin-text2skin-ac64ce03ec6b5766691ff2da3af6f51ed800792a.tar.gz
vdr-plugin-text2skin-ac64ce03ec6b5766691ff2da3af6f51ed800792a.tar.bz2
2006-12-03: Version 1.1-cvs_ext-0.10 (vdr-text2skin-1.1-cvs_ext-0.10.diff)brougs78-extensions
- set EditableWidth. This is important for plugins like 'rotor' or 'extrecmenu' - now setting the locale setting LC_TIME according to the language-selection in VDR
Diffstat (limited to 'display.c')
-rw-r--r--display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/display.c b/display.c
index fa71016..9960eac 100644
--- a/display.c
+++ b/display.c
@@ -1194,7 +1194,6 @@ cxType cText2SkinDisplayMenu::GetTokenData(const txToken &Token)
: (cxType)false;
} else if (mRecording) { // recording Info
cRecordingInfo *recInfo = const_cast<cRecordingInfo*>(mRecording->Info());
- tChannelID chID = recInfo->ChannelID();
cChannel *channel = Channels.GetByChannelID(recInfo->ChannelID(), true);
return channel != NULL
? (cxType)ChannelName(channel, 0)
@@ -1209,7 +1208,6 @@ cxType cText2SkinDisplayMenu::GetTokenData(const txToken &Token)
: (cxType)false;
} else if (mRecording) { // recording Info
cRecordingInfo *recInfo = const_cast<cRecordingInfo*>(mRecording->Info());
- tChannelID chID = recInfo->ChannelID();
cChannel *channel = Channels.GetByChannelID(recInfo->ChannelID(), true);
return channel != NULL
? (cxType)ChannelShortName(channel, 0)