Skip to content

Commit

Permalink
MythArchive: Fix the name of the button background shape used in the …
Browse files Browse the repository at this point in the history
…button lists.

Fixes ticket 9372.
  • Loading branch information
Paul Harrison committed Dec 14, 2010
1 parent 966ad7d commit 094f85a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions mythplugins/mytharchive/theme/default-wide/mytharchive-ui.xml
Expand Up @@ -147,15 +147,15 @@ Common MythArchive window definitions
</statetype>
</state>
<state name="selectedactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" />
</fill>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" alpha="100" />
Expand Down Expand Up @@ -261,15 +261,15 @@ Common MythArchive window definitions
</statetype>
</state>
<state name="selectedactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" />
</fill>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" alpha="100" />
Expand Down Expand Up @@ -333,15 +333,15 @@ Common MythArchive window definitions
</statetype>
</state>
<state name="selectedactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" />
</fill>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" alpha="100" />
Expand Down
12 changes: 6 additions & 6 deletions mythplugins/mytharchive/theme/default/mytharchive-ui.xml
Expand Up @@ -146,15 +146,15 @@ Common MythArchive window definitions
</statetype>
</state>
<state name="selectedactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" />
</fill>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" alpha="100" />
Expand Down Expand Up @@ -259,15 +259,15 @@ Common MythArchive window definitions
</statetype>
</state>
<state name="selectedactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" />
</fill>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" alpha="100" />
Expand Down Expand Up @@ -330,15 +330,15 @@ Common MythArchive window definitions
</statetype>
</state>
<state name="selectedactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" />
</fill>
</shape>
</state>
<state name="selectedinactive" from="active">
<shape name="buttonbackground">
<shape name="background">
<area>0,0,100%,100%</area>
<fill style="gradient">
<gradient start="#52CA38" end="#349838" alpha="100" />
Expand Down

0 comments on commit 094f85a

Please sign in to comment.