From: Stefan Pluecken Date: Fri, 16 May 2008 23:09:38 +0000 (+0000) Subject: add default wizard to the menu (should we reorganize the settings menu?) X-Git-Tag: 2.6.0~1240 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/95320cc1c4f110d398c0fa98ce8dda7fb05b1da8?hp=0e2adbdfe1aaa39c0b652a8839f512717bb48de8;ds=sidebyside add default wizard to the menu (should we reorganize the settings menu?) --- diff --git a/data/menu.xml b/data/menu.xml index 88ca4e6f..43e2c3c0 100644 --- a/data/menu.xml +++ b/data/menu.xml @@ -72,6 +72,12 @@ + + +from Screens.DefaultWizard import DefaultWizard +self.session.open(DefaultWizard, silent = False) + + from Screens.MessageBox import MessageBox