From 2306e9a5e3fc2feaab2e8d6299142aa652946522 Mon Sep 17 00:00:00 2001
From: Cecil Hugh Watson <knoppmyth@gmail.com>
Date: Fri, 18 Sep 2009 01:23:43 -0700
Subject: mythtv:menu cleanups.

---
 abs/core-testing/mythtv/stable/mythtv/PKGBUILD             | 2 +-
 abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml  | 5 ++---
 abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml  | 6 +++---
 abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml | 8 ++++----
 4 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
index bda3d57..a76fe2c 100644
--- a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=mythtv
 pkgver=0.21
-pkgrel=86
+pkgrel=88
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
 depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg'
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml
index 9651c23..80bd3c9 100644
--- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml
+++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml
@@ -52,10 +52,9 @@
 
 <!--#Check for updates-->
    <button>
-     <type>UPDATE</type>
-     <text>Update LinHES</text>
+     <type>UPGRADE</type>
+     <text>Upgrade LinHES</text>
      <action>MENU update.xml</action>
    </button>
 <!--#Check for updates-->
-
 </mythmenu>
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml
index 55bbe28..5b28833 100644
--- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml
+++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update.xml
@@ -1,19 +1,19 @@
 <mythmenu name="LinHES">
 
    <button>
-     <type>UPDATE</type>
+     <type>UPGRADE</type>
      <text>Check for updates?</text>
      <action>NONE</action>
    </button>
 
    <button>
-     <type>UPDATE</type>
+     <type>UPGRADE</type>
      <text>Yes</text>
      <action>EXEC sudo /usr/LH/bin/linhes_update.sh</action>
    </button>
    
    <button>
-     <type>UPDATE</type>
+     <type>UPGRADE</type>
      <text>No</text>
      <action>UPMENU</action>
    </button>
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml
index f3776c8..2ab82ea 100644
--- a/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml
+++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/update2.xml
@@ -1,25 +1,25 @@
 <mythmenu name="LinHES">
 
    <button>
-     <type>UPDATE</type>
+     <type>UPGRADE</type>
      <text>Perform updates?</text>
      <action>NONE</action>
    </button>
 
    <button>
-     <type>UPDATE</type>
+     <type>UPGRADE</type>
      <text>Yes</text>
      <action>EXEC sudo /usr/LH/bin/linhes_update2.sh</action>
    </button>
    
    <button>
-     <type>UPDATE</type>
+     <type>UPGRADE</type>
      <text>No</text>
      <action>UPMENU</action>
    </button>
 
    <button>
-     <type>UPDATE</type>
+     <type>UPGRADE</type>
      <text>View files to be upgraded.</text>
      <action>EXEC sudo /usr/LH/bin/linhes_update3.sh</action>
    </button>
-- 
cgit v0.12