diff options
author | phil65 <philipptemminghoff@gmx.de> | 2012-12-04 00:46:54 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2012-12-04 01:00:32 +0100 |
commit | 08bb554ef6437f3dd6bab2818f8ff076d5a1f2ee (patch) | |
tree | 09beaa11cb2e0ad3f07666b1d7c19fd5675dee43 /addons | |
parent | 4d5bd22a805ec4565f7340561d2ea3a3c06497e1 (diff) |
[CONFLUENCE] paranthesis fix
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/ViewsMusicLibrary.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/ViewsMusicLibrary.xml b/addons/skin.confluence/720p/ViewsMusicLibrary.xml index 5c4f34dafd..dc9631f20f 100644 --- a/addons/skin.confluence/720p/ViewsMusicLibrary.xml +++ b/addons/skin.confluence/720p/ViewsMusicLibrary.xml @@ -230,7 +230,7 @@ <control type="group"> <posx>0</posx> <posy>350</posy> - <visible>Control.IsVisible(509) + Skin.HasSetting(View509HideInfo)]</visible> + <visible>Control.IsVisible(509) + Skin.HasSetting(View509HideInfo)</visible> <include>VisibleFadeEffect</include> <control type="image"> <posx>0</posx> |