aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-10-20 13:24:05 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-10-20 13:24:05 +0000
commit33cc56eab2de8a10bda5db05870defe99c976be2 (patch)
tree4f6465cc90ace627d9113ea797fc722b24c501b5 /lib/python/Screens
parent3a917e07d0fd60f656398dba24871195274b7ddd (diff)
downloadenigma2-33cc56eab2de8a10bda5db05870defe99c976be2.tar.gz
enigma2-33cc56eab2de8a10bda5db05870defe99c976be2.zip
re-enable error message
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 33d70970..b729ef7e 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -936,8 +936,8 @@ class InfoBarTimeshift:
print "enable timeshift"
ts = self.getTimeshift()
if ts is None:
-# self.session.open(MessageBox, _("Timeshift not possible!"), MessageBox.TYPE_ERROR)
-# print "no ts interface"
+ self.session.open(MessageBox, _("Timeshift not possible!"), MessageBox.TYPE_ERROR)
+ print "no ts interface"
return 0;
if self.timeshift_enabled: