added config-functions now you can save your setup
[enigma2.git] / data / menu.xml
index ec4c9f612979d469caeeae58fed02c18c6ed2a20..73ae3c07bf638ed79609c7920bf61425944fcc73 100644 (file)
@@ -1,10 +1,11 @@
 <menu text="Mainmenu" title="Mainmenu">
                <!--<item text="Standby debug">quitMainloop()</item>
                <item text="Networksetup">self.openSetup("network")</item>-->
+               <item text="Satelliteconfig">self.openDialog(NimSelection)</item>
                <item text="Radio"></item>
                <item text="Timer">self.openDialog(TimerEditList)</item>
                <item text="Information">self.openDialog(About)</item>
-               <item text="Games / Plugins"></item>
+               <item text="Games / Plugins">self.openDialog(PluginBrowser)</item>
                <menu text="Setup">
                        <menu text="Service Organising">
                                <item text="New Bouquets"></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>