fix pixmaps
[enigma2.git] / lib / python / Screens / MessageBox.py
index 78224e1414c2df341147d1d30e476cfab4684960..51dd2fb4849ee60d5f947d8120a69b43803ce926 100644 (file)
@@ -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: