Skip to content

Commit

Permalink
"Flatten" the Setup Menus in the default menu theme.
Browse files Browse the repository at this point in the history
Move "Edit Keys" under Setup, remove the random vestigal MythMusic menu item.  Having this be two layers deep was a little random and silly.  Let's see how we like this.
  • Loading branch information
Robert McNamara committed Jan 28, 2011
1 parent f042fa0 commit 57adc5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
7 changes: 7 additions & 0 deletions mythtv/themes/defaultmenu/main_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<action>SETTINGS MAINGENERAL</action>
</button>

<button>
<type>SETUP_KEYS</type>
<text>Edit Keys</text>
<description>Change MythTV key bindings.</description>
<action>SETUP_KEYS</action>
</button>

<button>
<type>SETTINGS_APPEARANCE</type>
<text>Appearance</text>
Expand Down
4 changes: 2 additions & 2 deletions mythtv/themes/defaultmenu/mainmenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

<button>
<type>MENU_UTILITIES_SETUP</type>
<text>Utilities / Setup</text>
<text>Setup</text>
<description>Configure MythTV and plugins</description>
<action>MENU util_menu.xml</action>
<action>MENU main_settings.xml</action>
</button>

</mythmenu>
7 changes: 0 additions & 7 deletions mythtv/themes/defaultmenu/util_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
<depends>mythmusic</depends>
</button>

<button>
<type>SETUP_KEYS</type>
<text>Edit Keys</text>
<description>Change MythTV key bindings.</description>
<action>SETUP_KEYS</action>
</button>

<button>
<type>SETUP_MENU</type>
<text>Setup</text>
Expand Down

0 comments on commit 57adc5d

Please sign in to comment.