aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-23 05:19:57 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-23 05:19:57 +0000
commitb2d6392a3b41f870b5615c8e19b26496e56f6310 (patch)
treedf2f0d446d2afb704941d7cd4e7e2262b1f3a660 /lib/python/Screens/InfoBarGenerics.py
parent7ae6b9f9b79a7fb2a94fcc4863f1cfdade7ce19b (diff)
downloadenigma2-b2d6392a3b41f870b5615c8e19b26496e56f6310.tar.gz
enigma2-b2d6392a3b41f870b5615c8e19b26496e56f6310.zip
beautify messagebox
add functionality to the messagebox
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 0fcb6ba9..96d85877 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -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():