Skip to content

Commit

Permalink
Remove remaining references to music/videoscan.
Browse files Browse the repository at this point in the history
  • Loading branch information
jingai committed Dec 4, 2012
1 parent 891960c commit 39483f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions 720p/DialogProgress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
<posy>-15</posy>
</coordinates>
<controls>
<animation effect="slide" end="0,-300" time="300" reversible="false" condition="Window.IsActive(musicscan)">Conditional</animation>
<animation effect="slide" end="0,-300" time="300" reversible="false" condition="Window.IsActive(videoscan)">Conditional</animation>
<animation effect="slide" end="0,-300" time="300" reversible="false" condition="Window.IsActive(extprogress)">Conditional</animation>
<!-- Background Panel -->
<control type="image">
<description>background image</description>
Expand Down
4 changes: 2 additions & 2 deletions 720p/DialogVideoInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<textcolor>TextNF</textcolor>
<info>ListItem.Label</info>
<!-- Title was overlapping progress dialog. this is probably not the best way to fix this, but it works.-->
<visible>!Container.Content(episodes) + !Window.IsActive(videoscan) + !Window.IsActive(musicscan)</visible>
<visible>!Container.Content(episodes) + !Window.IsActive(extprogress)</visible>
</control>
<control type="fadelabel">
<posx>-325</posx>
Expand All @@ -53,7 +53,7 @@
<textcolor>TextNF</textcolor>
<label>$INFO[ListItem.Season]x$INFO[ListItem.Episode]$INFO[ListItem.Title,. ]</label>
<!-- Title was overlapping progress dialog. this is probably not the best way to fix this, but it works.-->
<visible>Container.Content(episodes) + !Window.IsActive(videoscan) + !Window.IsActive(musicscan)</visible>
<visible>Container.Content(episodes) + !Window.IsActive(extprogress)</visible>
</control>
<!-- Tagline -->
<control type="label">
Expand Down

0 comments on commit 39483f3

Please sign in to comment.