Skip to content

Commit

Permalink
Fixed navigation to latest movie widget when random posters is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNoid committed Oct 15, 2011
1 parent 51dd2a1 commit 5c102b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 720p/Includes_HomeWidgets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<control type="group" id="8997">
<posx>0</posx>
<posy>0</posy>
<visible>Library.HasContent(Movies)+Skin.HasSetting(homepageHideRecentlyAdded)</visible>
<visible>Library.HasContent(Movies)+[Skin.HasSetting(HomeRandomPoster)|Skin.HasSetting(HomeLatestPoster)]</visible>
<visible>Container(9000).Hasfocus(10)|[Container(9000).HasFocus(2)+Skin.HasSetting(HomeMenuNoMovieButton)]</visible>
<include>Animation_HomeWidgetZoom</include>
<control type="group">
Expand Down

0 comments on commit 5c102b6

Please sign in to comment.