git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1986cf3
)
save timer
author
Stefan Pluecken
<
[email protected]
>
Wed, 30 Nov 2005 17:12:19 +0000
(17:12 +0000)
committer
Stefan Pluecken
<
[email protected]
>
Wed, 30 Nov 2005 17:12:19 +0000
(17:12 +0000)
lib/python/Screens/TimerEdit.py
patch
|
blob
|
history
diff --git
a/lib/python/Screens/TimerEdit.py
b/lib/python/Screens/TimerEdit.py
index ffb6f8f919c92c694f2524a80907a59d05fb7b26..5233da9b759eb099ab5c05e821053a82091b5a94 100644
(file)
--- a/
lib/python/Screens/TimerEdit.py
+++ b/
lib/python/Screens/TimerEdit.py
@@
-29,7
+29,7
@@
class TimerEditList(Screen):
self["actions"] = ActionMap(["OkCancelActions", "ShortcutActions"],
{
"ok": self.openEdit,
- "cancel": self.
clos
e,
+ "cancel": self.
leav
e,
"red": self.removeTimer,
"green": self.addCurrentTimer
})
@@
-100,3
+100,7
@@
class TimerEditList(Screen):
self.fillTimerList()
else:
print "Timeredit aborted"
+
+ def leave(self):
+ self.session.nav.RecordTimer.saveTimer()
+ self.close()
\ No newline at end of file