Skip to content

Commit

Permalink
fix setting properties reload on settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnKaijser committed Aug 29, 2013
1 parent adcd54f commit af6339a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.skin.widgets" name="Skin Widgets" version="0.0.26" provider-name="Martijn|phil65">
<addon id="service.skin.widgets" name="Skin Widgets" version="0.0.27" provider-name="Martijn|phil65">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
<import addon="xbmc.json" version="6.0.0"/>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.0.27
- Fix setting properties reload on settings change

v0.0.26
- Updated language files from Transifex
- clear all Title properties on settings changed and get fresh data
Expand Down
2 changes: 1 addition & 1 deletion default.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _on_change(self):
for item_type in clearlist_types:
clear = item_group + item_type
self._clear_properties(clear)
self._init_property
self._init_property()
self._fetch_info_randomitems()
self._fetch_info_recommended()
self._fetch_info_recentitems()
Expand Down

0 comments on commit af6339a

Please sign in to comment.