コード例 #1
0
ファイル: NetworkWizard.py プロジェクト: BlackHole/enigma2-1
	def bH_close_end(self):
		from Components.PluginComponent import plugins
		from Tools.Directories import SCOPE_PLUGINS
		plugins.firstRun = True
		plugins.clearPluginList()
		plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
		self.close()
コード例 #2
0
ファイル: NetworkWizard.py プロジェクト: VytenisP/enigma2-3
 def bH_close_end(self):
     from Components.PluginComponent import plugins
     from Tools.Directories import SCOPE_PLUGINS
     plugins.firstRun = True
     plugins.clearPluginList()
     plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
     self.close()
コード例 #3
0
 def saveConfirm(self, save):
     if save:
         CFG.save()
         plugins.clearPluginList()
         plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
         CFG.startatboot.value is not self.start_at_boot and self.updateBootSetting(
         )
コード例 #4
0
ファイル: StartWizard.py プロジェクト: kingvuplus/eg-e2
 def EGAMI_close_end(self):
     from Components.PluginComponent import plugins
     from Tools.Directories import SCOPE_PLUGINS, resolveFilename
     plugins.firstRun = True
     plugins.clearPluginList()
     from Screens.MessageBox import MessageBox
     try:
         mybox = self.session.open(MessageBox, _('EGAMI is speeding up! Please wait...'), MessageBox.TYPE_INFO, 5)
         mybox.setTitle(_('Info'))
         plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
     except:
         self.close()
コード例 #5
0
ファイル: StartWizard.py プロジェクト: ostende/EGAMI-2
 def EGAMI_close_end(self):
     from Components.PluginComponent import plugins
     from Tools.Directories import SCOPE_PLUGINSresolveFilename
     plugins.firstRun = True
     plugins.clearPluginList()
     from Screens.MessageBox import MessageBox
     try:
         mybox = self.session.open(
             MessageBox, _('EGAMI is speeding up! Please wait...'),
             MessageBox.TYPE_INFO, 5)
         mybox.setTitle(_('Info'))
         plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
     except:
         self.close()
コード例 #6
0
def languageChanged():
	plugins.clearPluginList()
	plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
コード例 #7
0
def updateExtensions(configElement):
    plugins.clearPluginList()
    plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
コード例 #8
0
ファイル: PluginBrowser.py プロジェクト: vuteam/bbh
def languageChanged():
	plugins.clearPluginList()
	plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
コード例 #9
0
 def refreshPlugins(self):
     from Components.PluginComponent import plugins
     from Tools.Directories import SCOPE_PLUGINS, resolveFilename
     plugins.clearPluginList()
     plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
コード例 #10
0
ファイル: plugin.py プロジェクト: 68foxboris/enigma2-plugins
	def refreshPlugins(self):
		from Components.PluginComponent import plugins
		from Tools.Directories import SCOPE_PLUGINS, resolveFilename
		plugins.clearPluginList()
		plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
コード例 #11
0
ファイル: MyPluginManager.py プロジェクト: kingvuplus/red
 def reloadPluginlist(self):
     plugins.clearPluginList()
     plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
コード例 #12
0
ファイル: BackupSuite.py プロジェクト: ostende/test2
 def keyCancel(self):
     if self.reloadPluginlist:
         plugins.clearPluginList()
         plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
     self.close(True)
コード例 #13
0
ファイル: BackupSuite.py プロジェクト: kingvuplus/red
 def keyCancel(self):
     if self.reloadPluginlist:
         plugins.clearPluginList()
         plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
     self.close(True)
コード例 #14
0
ファイル: ScriptRunner.py プロジェクト: OpenViX/vix-core
def updateExtensions(configElement):
	plugins.clearPluginList()
	plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
コード例 #15
0
 def refreshPlugins(self):
     from Components.PluginComponent import plugins
     plugins.clearPluginList()
     plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))