added satconfig, FIXME
[enigma2.git] / data / menu.xml
index ec4c9f612979d469caeeae58fed02c18c6ed2a20..3064fdb89bd8ac5531bc00ab0d046a6ab1d08e11 100644 (file)
@@ -1,6 +1,7 @@
 <menu text="Mainmenu" title="Mainmenu">
                <!--<item text="Standby debug">quitMainloop()</item>
                <item text="Networksetup">self.openSetup("network")</item>-->
+               <item text="Satelliteconfig">self.openDialog(Satconfig)</item>
                <item text="Radio"></item>
                <item text="Timer">self.openDialog(TimerEditList)</item>
                <item text="Information">self.openDialog(About)</item>
@@ -12,7 +13,8 @@
                                <item text="Edit Bouquets"></item>
                        </menu>
                        <menu text="Service Searching">
-                               <item text="Satelliteconfig">self.openSetup("satconfig")</item>
+                               <item text="Satelliteconfig">self.openDialog(Satconfig)</item>
+                               <!--<item text="Satelliteconfig">self.openSetup("satconfig")</item>-->
                                <item text="Automatic Scan">self.openDialog(ServiceScan)</item>
                                <item text="Manual Scan">self.openDialog(ServiceScan)</item>
                                <item text="Rotor Control"></item>