summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.24/menu-xml/mainmenu.xml.patch
blob: 2ea90d72780113522232a9087c83d0c91d632320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- themes/defaultmenu/mainmenu.xml.orig	2010-11-06 00:39:35.000000000 +0000
+++ themes/defaultmenu/mainmenu.xml	2010-11-06 00:41:27.000000000 +0000
@@ -2,6 +2,13 @@
 <mythmenu name="MAIN">
 
     <button>
+        <type>TV_WATCH_TV</type>
+        <text>Watch TV</text>
+        <description>Watch live television</description>
+        <action>TV_WATCH_LIVE</action>
+    </button>
+
+    <button>
         <type>MENU_MEDIA_LIBRARY</type>
         <text>Media Library</text>
         <action>MENU library.xml</action>
@@ -30,18 +37,4 @@
         <depends>mythmusic mythvideo mytharchive mythburn</depends>
     </button>
 
-    <button>
-        <type>TV_WATCH_TV</type>
-        <text>Watch TV</text>
-        <description>Watch live television</description>
-        <action>TV_WATCH_LIVE</action>
-    </button>
-
-    <button>
-        <type>MENU_UTILITIES_SETUP</type>
-        <text>Utilities / Setup</text>
-        <description>Configure MythTV and plugins</description>
-        <action>MENU util_menu.xml</action>
-    </button>
-
 </mythmenu>