Skip to content

Commit

Permalink
Add the "Artwork and Data Sources" menu item to all the menu themes.
Browse files Browse the repository at this point in the history
This menu item was missing from the Classic, DVR and Media Center menu themes.
  • Loading branch information
Paul Harrison committed Jul 21, 2011
1 parent eb2291d commit 60c431d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mythtv/themes/DVR/main_settings.xml
Expand Up @@ -36,6 +36,13 @@
<action>SCREENSETUPWIZARD</action>
</button>

<button>
<type>SETTINGS_GRABBERS</type>
<text>Artwork and Data Sources</text>
<description>Configure sources of artwork and metadata</description>
<action>SETTINGS GRABBERS</action>
</button>

<button>
<type>SETTINGS_TV</type>
<text>TV Settings</text>
Expand Down
7 changes: 7 additions & 0 deletions mythtv/themes/classic/main_settings.xml
Expand Up @@ -44,6 +44,13 @@
<action>SETUP_KEYS</action>
</button>

<button>
<type>SETTINGS_GRABBERS</type>
<text>Artwork and Data Sources</text>
<description>Configure sources of artwork and metadata</description>
<action>SETTINGS GRABBERS</action>
</button>

<button>
<type>SETTINGS_TV</type>
<text>TV Settings</text>
Expand Down
7 changes: 7 additions & 0 deletions mythtv/themes/mediacentermenu/main_settings.xml
Expand Up @@ -36,6 +36,13 @@
<action>SCREENSETUPWIZARD</action>
</button>

<button>
<type>SETTINGS_GRABBERS</type>
<text>Artwork and Data Sources</text>
<description>Configure sources of artwork and metadata</description>
<action>SETTINGS GRABBERS</action>
</button>

<button>
<type>SETTINGS_TV</type>
<text>TV Settings</text>
Expand Down

0 comments on commit 60c431d

Please sign in to comment.