Standby.py: re-add remove MessageBox.close
[vuplus_dvbapp] / lib / python / Screens / Standby.py
index c93dd00..94a56ee 100644 (file)
@@ -161,6 +161,8 @@ class TryQuitMainloop(MessageBox):
                        self.session.nav.record_event.remove(self.getRecordEvent)
                if value:
                        quitMainloop(self.retval)
+               else:
+                       MessageBox.close(self, True)
 
        def __onShow(self):
                global inTryQuitMainloop