mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-11-03 20:55:47 +01:00 
			
		
		
		
	Update 9.31
This commit is contained in:
		@@ -55,8 +55,8 @@ else:
 | 
				
			|||||||
            from Screens.Console import Console
 | 
					            from Screens.Console import Console
 | 
				
			||||||
 | 
					
 | 
				
			||||||
loggscrash = time.localtime(time.time())
 | 
					loggscrash = time.localtime(time.time())
 | 
				
			||||||
PLUGINVERSION = '9.30'
 | 
					PLUGINVERSION = '9.31'
 | 
				
			||||||
UPDATEVERSION = '9.30'
 | 
					UPDATEVERSION = '9.31'
 | 
				
			||||||
UPDATEDATE = '"+%Y09%d"'
 | 
					UPDATEDATE = '"+%Y09%d"'
 | 
				
			||||||
LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
 | 
					LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -714,6 +714,9 @@ class NeoBootImageChoose(Screen):
 | 
				
			|||||||
        self['label11'] = Label('')
 | 
					        self['label11'] = Label('')
 | 
				
			||||||
        self['label12'] = Label('')
 | 
					        self['label12'] = Label('')
 | 
				
			||||||
        self['label13'] = Label(_('Version update: '))
 | 
					        self['label13'] = Label(_('Version update: '))
 | 
				
			||||||
 | 
					        if fileExists('/usr/lib/periodon/.accessdate'):
 | 
				
			||||||
 | 
					            self['label14'] = Label(_('NeoBoot version VIP: '))
 | 
				
			||||||
 | 
					        else:        
 | 
				
			||||||
            self['label14'] = Label(_('NeoBoot version: '))
 | 
					            self['label14'] = Label(_('NeoBoot version: '))
 | 
				
			||||||
        self['label15'] = Label(_('Memory disc:'))
 | 
					        self['label15'] = Label(_('Memory disc:'))
 | 
				
			||||||
        self['label16'] = Label(_('Kernel'))       
 | 
					        self['label16'] = Label(_('Kernel'))       
 | 
				
			||||||
@@ -721,7 +724,10 @@ class NeoBootImageChoose(Screen):
 | 
				
			|||||||
        self['label18'] = Label('')
 | 
					        self['label18'] = Label('')
 | 
				
			||||||
        self['label19'] = Label('')
 | 
					        self['label19'] = Label('')
 | 
				
			||||||
        self['label20'] = Label('')
 | 
					        self['label20'] = Label('')
 | 
				
			||||||
        self['label21'] = Label('NEO VIP')
 | 
					        if fileExists('/usr/lib/periodon/.accessdate'):
 | 
				
			||||||
 | 
					            self['label21'] = Label('On - VIP')
 | 
				
			||||||
 | 
					        else:                
 | 
				
			||||||
 | 
					            self['label21'] = Label('Off - VIP')
 | 
				
			||||||
        self['actions'] = ActionMap(['WizardActions',
 | 
					        self['actions'] = ActionMap(['WizardActions',
 | 
				
			||||||
         'ColorActions',
 | 
					         'ColorActions',
 | 
				
			||||||
         'MenuActions',
 | 
					         'MenuActions',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user