[mythtv] [PATCH] Change and move system status

Kevin Kuphal kuphal at dls.net
Thu Aug 19 20:30:07 EDT 2004


This simple patch changes the "Guide Status" in the new menus to "System 
Status" to better reflect the functionality and also moves it from the 
Manage Recordings screen to the Information Menu where it seems more 
appropriate

Kevin
-------------- next part --------------
Index: mythtv/programs/mythfrontend/info_menu.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/info_menu.xml,v
retrieving revision 1.2
diff -n -u -r1.2 info_menu.xml
--- mythtv/programs/mythfrontend/info_menu.xml	19 Aug 2004 09:21:49 -0000	1.2
+++ mythtv/programs/mythfrontend/info_menu.xml	20 Aug 2004 00:29:15 -0000
@@ -40,6 +40,15 @@
       <depends>mythbookmarkmanager</depends>
    </button>
 
+   <button>
+      <type>TV_STATUS</type>
+      <text>System Status</text>
+      <text lang="DE">Systemstatus</text>
+      <text lang="SV">Systemstatus</text>
+      <text lang="JA">システムステータス</text>
+      <action>TV_STATUS</action>
+   </button>
+
     <button>
      <type>RECIPE</type>
      <text>Recipes</text>
Index: mythtv/programs/mythfrontend/manage_recordings.xml
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/manage_recordings.xml,v
retrieving revision 1.2
diff -n -u -r1.2 manage_recordings.xml
--- mythtv/programs/mythfrontend/manage_recordings.xml	19 Aug 2004 09:21:49 -0000	1.2
+++ mythtv/programs/mythfrontend/manage_recordings.xml	20 Aug 2004 00:29:15 -0000
@@ -57,13 +57,4 @@
       <action>TV_DELETE</action>
    </button> 
 
-   <button>
-      <type>TV_STATUS</type>
-      <text>Guide Status</text>
-      <text lang="DE">Systemstatus</text>
-      <text lang="SV">Systemstatus</text>
-      <text lang="JA">システムステータス</text>
-      <action>TV_STATUS</action>
-   </button>
-
 </mythmenu>


More information about the mythtv-dev mailing list