def cancelConfirm(self, result): from plugin import gPushService if gPushService: # Make sure the configuration is still consistent gPushService.load() gPushService.start() # Call baseclass function ConfigListScreen.cancelConfirm(self, result)