diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2019-09-28 14:48:20 +0200 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2019-10-02 09:11:27 +0200 |
commit | f05b7124fa153957c6ca8284ddf31d63babf7b32 (patch) | |
tree | 9eafad5ac6d3d053cc02ddd604c7687b1a0243e3 /addons/skin.estuary/xml/Includes_PVR.xml | |
parent | 31c550b3fa530b550fb4e33d9286e2ab992e92b0 (diff) |
[guiinfo][pvr][Estuary] Rename Listitem.IsPremiere to Listitem.IsNew.
Diffstat (limited to 'addons/skin.estuary/xml/Includes_PVR.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_PVR.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.estuary/xml/Includes_PVR.xml b/addons/skin.estuary/xml/Includes_PVR.xml index bbe54bfc53..1ce836b373 100644 --- a/addons/skin.estuary/xml/Includes_PVR.xml +++ b/addons/skin.estuary/xml/Includes_PVR.xml @@ -461,7 +461,7 @@ <label>$INFO[ListItem.Label]</label> </control> <control type="image"> - <visible>ListItem.IsPremiere</visible> + <visible>ListItem.IsNew</visible> <left>6</left> <top>35</top> <width>16</width> @@ -475,7 +475,7 @@ <width>16</width> <height>16</height> <texture>$VAR[PVRTimerIcon]</texture> - <animation effect="slide" start="0,0" end="19,0" condition="ListItem.IsPremiere">Conditional</animation> + <animation effect="slide" start="0,0" end="19,0" condition="ListItem.IsNew">Conditional</animation> </control> </itemlayout> <focusedlayout height="62" width="60"> @@ -508,7 +508,7 @@ <label>$INFO[ListItem.Label]</label> </control> <control type="image"> - <visible>ListItem.IsPremiere</visible> + <visible>ListItem.IsNew</visible> <left>6</left> <top>35</top> <width>16</width> @@ -522,7 +522,7 @@ <width>16</width> <height>16</height> <texture>$VAR[PVRTimerIcon]</texture> - <animation effect="slide" start="0,0" end="19,0" condition="ListItem.IsPremiere">Conditional</animation> + <animation effect="slide" start="0,0" end="19,0" condition="ListItem.IsNew">Conditional</animation> </control> </focusedlayout> </control> |