summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-30/mythtv/menu-xml/library.xml.patch
blob: 0c0177ae5b4770e982df1e45d9d088e72c6d258f (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
--- themes/defaultmenu/library.xml.orig	2014-11-26 20:21:35.092552944 +0000
+++ themes/defaultmenu/library.xml	2014-11-26 20:22:43.103983263 +0000
@@ -56,6 +56,13 @@
     </button>
 
     <button>
+        <type>STREAM</type>
+        <text>Online Content</text>
+        <description>Play content from online sources</description>
+        <action>MENU gen_is.xml</action>
+    </button>
+
+    <button>
         <type>IMAGES</type>
         <text>Image Gallery</text>
         <description>Look at Pictures</description>
@@ -67,7 +74,7 @@
         <type>GAME</type>
         <text>Play Games</text>
         <description>Play video games</description>
-        <action>PLUGIN mythgame</action>
+        <action>MENU game.xml</action>
         <depends>mythgame</depends>
     </button>