summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-23 23:59:26 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-23 23:59:26 (GMT)
commit67a4f4e69e692b2f0fa6ad045236b5c70147cf4b (patch)
tree7009725782bb0a526453fa256f919518b3fd1969 /abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
parent96c196f3f3c2f163bda3ae30643d7839a2be1caa (diff)
downloadlinhes_pkgbuild-67a4f4e69e692b2f0fa6ad045236b5c70147cf4b.zip
linhes_pkgbuild-67a4f4e69e692b2f0fa6ad045236b5c70147cf4b.tar.gz
linhes_pkgbuild-67a4f4e69e692b2f0fa6ad045236b5c70147cf4b.tar.bz2
mythtv: add back some deps; refs #933.
Add item descriptions. Change update to push back to main menu so user doesn't need to manually exit Service Menu
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
index 64388cb..ed527fd 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
+++ b/abs/core/mythtv/stable-0.27/mythtv/menu-xml/update2.xml
@@ -3,18 +3,22 @@
<button>
<type>UPGRADE</type>
<text>Install Updates</text>
+ <description>Install updates for the LinHES system</description>
<action>EXEC sudo /usr/LH/bin/linhes_update2.sh install</action>
</button>
<button>
- <type>UPGRADE</type>
+ <type>JUMP_RELOAD_THEME</type>
<text>Cancel Updates</text>
+ <description>Return to Main Menu</description>
<action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action>
+ <action>JUMP Reload Theme</action>
</button>
<button>
<type>UPGRADE</type>
<text>View Updates</text>
+ <description>Displays the packages to be updated</description>
<action>MENU update3.xml</action>
</button>
</mythmenu>