aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-24 12:40:39 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-24 12:40:39 +0000
commitf7046d9cc476b4c04d144c2bc46696614b89ace1 (patch)
tree7fd4299d8628af515268a6dad189095e92d5b696 /RecordTimer.py
parent65e19746f08f1287005861692322cdf868b06dc6 (diff)
downloadenigma2-f7046d9cc476b4c04d144c2bc46696614b89ace1.tar.gz
enigma2-f7046d9cc476b4c04d144c2bc46696614b89ace1.zip
revert incorret changes
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RecordTimer.py b/RecordTimer.py
index 25c2b036..da629ee7 100644
--- a/RecordTimer.py
+++ b/RecordTimer.py
@@ -338,7 +338,7 @@ class RecordTimer(timer.Timer):
list.append(' end="' + str(int(timer.end)) + '"')
list.append(' serviceref="' + str(timer.service_ref) + '"')
list.append(' repeated="' + str(int(timer.repeated)) + '"')
- list.append(' name="' + str(stringToXML(timer.name.encode("utf-8"))) + '"')
+ list.append(' name="' + str(stringToXML(timer.name)) + '"')
list.append(' description="' + str(stringToXML(timer.description)) + '"')
list.append(' afterevent="' + str(stringToXML({ AFTEREVENT.NONE: "nothing", AFTEREVENT.STANDBY: "standby", AFTEREVENT.DEEPSTANDBY: "deepstandby" }[timer.afterEvent])) + '"')
if timer.eit is not None: