diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-12-17 22:45:57 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-12-17 22:45:57 +0000 |
| commit | ba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4 (patch) | |
| tree | 6981461e8aa1d115ee40dacf4accceb977830cfa /lib/python/Screens/TimerEdit.py | |
| parent | bbd916fde5e3d4b36dc8c96bfd2c63a524a4ef4c (diff) | |
| download | enigma2-ba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4.tar.gz enigma2-ba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4.zip | |
replace software update plugin with a more user friendly approach
add an ipkg python class
Diffstat (limited to 'lib/python/Screens/TimerEdit.py')
| -rw-r--r-- | lib/python/Screens/TimerEdit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index dbf3f1b5..5532dc83 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -199,7 +199,7 @@ class TimerSanityConflict(Screen): if len(timer) > 1: self["timer2"] = TimerList(self.getTimerList(timer[1])) else: - self["timer2"] = Button("No conflict") + self["timer2"] = TimerList([]) self.list = [] count = 0 |
