remove unneeded double dot
[enigma2.git] / lib / python / Screens / TimerEdit.py
index dbf3f1b5ce64d93c5d63b0cd1c99252380e97fd5..5532dc83833f8480be3b491c18e523d69ddbcbc9 100644 (file)
@@ -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