From: Ronny Strutz Date: Thu, 29 Sep 2005 00:55:26 +0000 (+0000) Subject: fixed menu-stuff X-Git-Tag: 2.6.0~5557 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d34de70c911e2a041b30dceb76b56eeb86b4425a fixed menu-stuff --- diff --git a/data/menu.xml b/data/menu.xml index c5ce8abd..ec4c9f61 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -1,18 +1,23 @@ - quitMainloop() + + self.openDialog(TimerEditList) + self.openDialog(About) + - + self.openSetup("satconfig") - - - self.openDialog(ServiceScan) + self.openDialog(ServiceScan) + + + self.openSetup("timezone") @@ -29,11 +34,10 @@ self.openSetup("parental") self.openSetup("expert") - - self.openDialog(About) - - quitMainloop() - quitMainloop() + + quitMainloop() + quitMainloop() + quitMainloop() \ No newline at end of file