beautify messagebox
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index 0fcb6ba9a9d42e24fd21b56c7bae635003f6fa8b..96d858777e0a63270d04c73d3ba6beba8935d999 100644 (file)
@@ -668,7 +668,7 @@ class InfoBarInstantRecord:
                try:
                        stat = os.stat("/hdd/movies")
                except:
-                       self.session.open(MessageBox, "No HDD found!")
+                       self.session.open(MessageBox, "No HDD found!", MessageBox.TYPE_ERROR)
                        return
        
                if self.isInstantRecordRunning():