From: Felix Domke Date: Fri, 20 Oct 2006 13:24:05 +0000 (+0000) Subject: re-enable error message X-Git-Tag: 2.6.0~2862 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/33cc56eab2de8a10bda5db05870defe99c976be2?ds=sidebyside re-enable error message --- 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: