diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-10-20 13:24:05 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-10-20 13:24:05 +0000 |
| commit | 33cc56eab2de8a10bda5db05870defe99c976be2 (patch) | |
| tree | 4f6465cc90ace627d9113ea797fc722b24c501b5 /lib/python/Screens | |
| parent | 3a917e07d0fd60f656398dba24871195274b7ddd (diff) | |
| download | enigma2-33cc56eab2de8a10bda5db05870defe99c976be2.tar.gz enigma2-33cc56eab2de8a10bda5db05870defe99c976be2.zip | |
re-enable error message
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 4 |
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: |
