summaryrefslogtreecommitdiff
path: root/pages/edit_timer.ecpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-19 21:33:23 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-19 21:33:23 +0000
commit359faf6c427f3ced6ec938e8b029b5f614eed4eb (patch)
tree878cedb4aeea61856500bac67c183b2aebcf12ca /pages/edit_timer.ecpp
parenta0f950a57be97a09ff1ea8a1339232379d37574c (diff)
downloadvdr-plugin-live-359faf6c427f3ced6ec938e8b029b5f614eed4eb.tar.gz
vdr-plugin-live-359faf6c427f3ced6ec938e8b029b5f614eed4eb.tar.bz2
- converted all tChannelID::ToString and *::FromString calls to the stream operators when streams are involved
Diffstat (limited to 'pages/edit_timer.ecpp')
-rw-r--r--pages/edit_timer.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/edit_timer.ecpp b/pages/edit_timer.ecpp
index cee1ddd..90e19e1 100644
--- a/pages/edit_timer.ecpp
+++ b/pages/edit_timer.ecpp
@@ -132,7 +132,7 @@ cTimer* timer;
<tr>
<td class="label"><$ tr("Channel") $>:</td>
<td>
-<& channels_widget name=("channel") channelid=(true) selected=(*channel.ToString()) &>
+<& channels_widget name=("channel") channelid=(true) selected=(channel) &>
</td>
</tr>