diff options
author | Andreas Brugger <brougs78@gmx.net> | 2006-12-03 17:45:17 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-06-03 04:13:49 +0200 |
commit | ac64ce03ec6b5766691ff2da3af6f51ed800792a (patch) | |
tree | 11acc2de3a055ff546a1bfa5e5cdad20ab1715c7 /display.c | |
parent | 165c14206aa2e06c33ac887f9b9d0f816573a5fe (diff) | |
download | vdr-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |