Ejemplo n.º 1
0
    def keyCancel(self):
        printl("", self, "S")

        if self.newmode == 1:
            config.plugins.dreamplex.Entries.remove(self.current)
        ConfigListScreen.cancelConfirm(self, True)

        printl("", self, "C")
Ejemplo n.º 2
0
	def keyCancel(self):
		printl("", self, "S")
		
		if self.newmode == 1:
			config.plugins.dreamplex.Entries.remove(self.current)
		ConfigListScreen.cancelConfirm(self, True)
		
		printl("", self, "C")
Ejemplo n.º 3
0
 def keyCancel(self):
     if self.newmode == 1:
         self.configVA.config.Entries.remove(self.current)
         self.configVA.config.Entries.save()
     else:
         self.current.servicereference.value = self.currentref
         self.current.adjustvalue.value = self.currentvalue
         self.current.save()
     ConfigListScreen.cancelConfirm(self, True)
	def keyCancel(self):
		if self.newmode == 1:
			self.configVA.config.Entries.remove(self.current)
			self.configVA.config.Entries.save()
		else:
			self.current.servicereference.value = self.currentref
			self.current.adjustvalue.value = self.currentvalue
			self.current.save()
		ConfigListScreen.cancelConfirm(self, True)
Ejemplo n.º 5
0
	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)
	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)
Ejemplo n.º 7
0
 def cancelConfirm(self, result):
     if result:
         config.plugins.Webinterface.interfacecount.cancel()
     self.callback = None
     ConfigListScreen.cancelConfirm(self, result)
Ejemplo n.º 8
0
 def keyCancel(self):
     if self.newmode == 1:
         config.plugins.Partnerbox.Entries.remove(self.current)
     ConfigListScreen.cancelConfirm(self, True)
	def keyCancel(self):
		ConfigListScreen.cancelConfirm(self, True)
Ejemplo n.º 10
0
	def keyCancel(self):
		if self.newmode == 1:
			config.plugins.Partnerbox.Entries.remove(self.current)
		ConfigListScreen.cancelConfirm(self, True)
Ejemplo n.º 11
0
	def keyCancel(self):
		ConfigListScreen.cancelConfirm(self, True)
Ejemplo n.º 12
0
 def keyCancel(self):
     config.usage.configselection_bigpicons.cancel()
     ConfigListScreen.cancelConfirm(self, True)
Ejemplo n.º 13
0
	def keyCancel(self):
		if self.newmode == 1:
			self.configVA.remove(self.current)
		ConfigListScreen.cancelConfirm(self, True)
	def keyCancel(self):
		config.usage.configselection_bigpicons.cancel()
		ConfigListScreen.cancelConfirm(self, True)
Ejemplo n.º 15
0
	def cancelConfirm(self, result):
		if result:
			config.plugins.Webinterface.interfacecount.cancel()
		self.callback = None
		ConfigListScreen.cancelConfirm(self, result)
Ejemplo n.º 16
0
 def cancelConfirm(self):
     ConfigListScreen.cancelConfirm(self)
     config.plugins.growlee.cancel()
Ejemplo n.º 17
0
 def keyCancel(self):
     if self.newmode:
         config.plugins.fallback.receivers.remove(self.current)
     ConfigListScreen.cancelConfirm(self, True)
Ejemplo n.º 18
0
	def keyCancel(self):
		if self.newmode == 1:
			config.plugins.WeatherPlugin.Entry.remove(self.current)
		ConfigListScreen.cancelConfirm(self, True)
Ejemplo n.º 19
0
	def cancelConfirm(self):
		ConfigListScreen.cancelConfirm(self)
		config.plugins.growlee.cancel()