Skip to content

Commit

Permalink
Change for issue #74
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuk committed Jun 30, 2017
1 parent aedffb8 commit 580d2d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Changelog for CinemaVision
- change: Issue #33 - Change demo content location
- fix: Issue #10 - When adding module sometimes jumps to the start
- fix: Issue #73 - iTunes scraper picking up clips
- change: Issue #74 - Remove 'Enabled: YES/NO' from settings display
- fix: Update demo music to point to a working stream

[- 1.0.13 -]

Expand Down
6 changes: 3 additions & 3 deletions lib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,9 @@ def updateItemSettings(self, item):
sItem = item.dataSource

ct = 0
item.setProperty('setting{0}'.format(ct), sItem.enabled and T(32320, 'Yes') or T(32321, 'No'))
item.setProperty('setting{0}_name'.format(ct), T(32538, 'Enabled'))
ct += 1
# item.setProperty('setting{0}'.format(ct), sItem.enabled and T(32320, 'Yes') or T(32321, 'No'))
# item.setProperty('setting{0}_name'.format(ct), T(32538, 'Enabled'))
# ct += 1

error = False
for e in sItem._elements:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -476,15 +476,15 @@

<control type="list" id="203">
<posx>0</posx>
<posy>172</posy>
<width>800</width>
<height>538</height>
<scrolltime>200</scrolltime>
<orientation>vertical</orientation>
<!-- <onleft>201</onleft>
<onright>201</onright>
<ondown>200</ondown>
<onup>201</onup> -->
<posy>172</posy>
<width>800</width>
<height>538</height>
<scrolltime>200</scrolltime>
<orientation>vertical</orientation>
<!-- <onleft>201</onleft>
<onright>201</onright>
<ondown>200</ondown>
<onup>201</onup> -->

<itemlayout height="80">
<control type="group">
Expand Down

0 comments on commit 580d2d6

Please sign in to comment.