diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-07 02:09:07 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-07 02:09:07 +0000 |
| commit | 5c544307eedb70b2d5e2e5f2fd05480d4ea26478 (patch) | |
| tree | 4d016cf4fbb2ece65107693a8d7c18c7d1136819 /lib/python | |
| parent | 1019bd83746ace3233f7409c0dbd307e4ab5fb66 (diff) | |
| download | enigma2-5c544307eedb70b2d5e2e5f2fd05480d4ea26478.tar.gz enigma2-5c544307eedb70b2d5e2e5f2fd05480d4ea26478.zip | |
do not delete timer.. (sefault in some situations)
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 6db9c521..f273daa7 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -360,7 +360,6 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit): self.lastChannelRootTimer.start(100,True) def onCreate(self): - self.lastChannelRootTimer = None lastroot=eServiceReference(config.tv.lastroot.value) if lastroot.valid(): self.setRoot(lastroot) |
