X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=data%2Fmenu.xml;h=9706e20dc9ef59bd143820da9e06bd9407037c7b;hp=32ef741c75453c52cdfbca9d566d30f42e9a24b3;hb=fb766db909330b55b7c650a49017a9d53a2747b4;hpb=d89be097be4a9ac52166c5f47cc189c5522d3441 diff --git a/data/menu.xml b/data/menu.xml old mode 100644 new mode 100755 index 32ef741..9706e20 --- a/data/menu.xml +++ b/data/menu.xml @@ -1,4 +1,4 @@ - + - + + @@ -45,32 +46,48 @@ --> - + - + - + - + + - - - + + + + + - - - + + + + + +from Screens.FactoryReset import FactoryReset +def msgClosed(ret): + if ret: + from os import system, _exit + system("rm -R /etc/enigma2") + system("cp -R /usr/share/enigma2/defaults /etc/enigma2") + system("/usr/bin/showiframe /boot/backdrop.mvi") + _exit(0) +self.session.openWithCallback(msgClosed, FactoryReset) + + @@ -78,9 +95,11 @@ + 2 3 - 1 + 1 + 1