summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/menu-xml/library.xml.patch
blob: fb695f0cb40a11479aa81344b0b906d9a71ee748 (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
--- themes/defaultmenu/library.xml.orig	2012-06-10 08:02:54.000000000 +0000
+++ themes/defaultmenu/library.xml	2012-06-10 08:03:38.000000000 +0000
@@ -40,6 +40,13 @@
     </button>
 
     <button>
+        <type>STREAM</type>
+        <text>Play Online Streams</text>
+        <description></description>
+        <action>MENU is.xml</action>
+    </button>
+
+    <button>
         <type>IMAGES</type>
         <text>Image Gallery</text>
         <description>Look at Pictures</description>
@@ -51,8 +58,7 @@
         <type>GAME</type>
         <text>Play Games</text>
         <description>Play video games</description>
-        <action>PLUGIN mythgame</action>
-        <depends>mythgame</depends>
+        <action>MENU game.xml</action>
     </button>
 
 </mythmenu>