summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.24/menu-xml/mainmenu.xml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.24/menu-xml/mainmenu.xml.patch')
-rw-r--r--abs/core/mythtv/stable-0.24/menu-xml/mainmenu.xml.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-0.24/menu-xml/mainmenu.xml.patch b/abs/core/mythtv/stable-0.24/menu-xml/mainmenu.xml.patch
new file mode 100644
index 0000000..2ea90d7
--- /dev/null
+++ b/abs/core/mythtv/stable-0.24/menu-xml/mainmenu.xml.patch
@@ -0,0 +1,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>