From: Felix Domke Date: Fri, 24 Feb 2006 17:58:42 +0000 (+0000) Subject: fix pixmaps X-Git-Tag: 2.6.0~4003 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/45a8745519c1f7f77ebcbf555e485bdc5a1a5528 fix pixmaps --- diff --git a/lib/python/Screens/MessageBox.py b/lib/python/Screens/MessageBox.py index 78224e14..51dd2fb4 100644 --- a/lib/python/Screens/MessageBox.py +++ b/lib/python/Screens/MessageBox.py @@ -25,9 +25,9 @@ class MessageBox(Screen): self.list = [] if type != self.TYPE_ERROR: self["ErrorPixmap"].hide() - elif type != self.TYPE_YESNO: + if type != self.TYPE_YESNO: self["QuestionPixmap"].hide() - elif type != self.TYPE_INFO: + if type != self.TYPE_INFO: self["InfoPixmap"].hide() if type == self.TYPE_YESNO: