summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-02-01 01:58:06 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-02-01 01:58:06 (GMT)
commit6a910a0f6dd00dd2361d5ab259d37f1d5797ff50 (patch)
treede24bfbd4551fa34fee7804664b69e7fe757a94a /abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml
parentf5e4d5cd76772c52fe652d4a6472266109298bdd (diff)
downloadlinhes_pkgbuild-6a910a0f6dd00dd2361d5ab259d37f1d5797ff50.zip
linhes_pkgbuild-6a910a0f6dd00dd2361d5ab259d37f1d5797ff50.tar.gz
linhes_pkgbuild-6a910a0f6dd00dd2361d5ab259d37f1d5797ff50.tar.bz2
mythtv: latest .25-fixes and change mythbackup/restore call lh_system_$op to replace mythbackup/mythrestore. mythbackup no longer works correctly with the new windowmanager
refs #900
Diffstat (limited to 'abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml')
-rw-r--r--abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml
index 8f5c285..161f13f 100644
--- a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml
+++ b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/mythrestore.xml
@@ -3,15 +3,16 @@
<button>
<type>RESTORE</type>
<text>Do you wish to restore?</text>
+ <description>This will restore from most recent backup.</description>
<action>NONE</action>
</button>
<button>
<type>RESTORE</type>
<text>Yes</text>
- <action>EXEC sudo /usr/LH/bin/mythrestore</action>
+ <action>EXEC sudo /usr/LH/bin/lh_system_restore &amp;</action>
</button>
-
+
<button>
<type>BACKUP</type>
<text>No</text>