Skip to content

Commit

Permalink
[skin shortcuts] Fix encoding error in skin shortcuts script call. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNoid committed Feb 14, 2015
1 parent 7e90ad2 commit 2a2dd75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1080i/Home.xml
Expand Up @@ -2,7 +2,7 @@
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<allowoverlay>no</allowoverlay>
<onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9000&amp;group=x1|x2|x3|x4|x5|x6|x7|x8|x9|x10|x11|x12|x13|x101|x202|x303|x404|x50​5|x606)</onload>
<onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9000&amp;group=x1|x2|x3|x4|x5|x6|x7|x8|x9|x10|x11|x12|x13|x101|x202|x303|x404|x505|x606)</onload>
<controls>
<include>CommonBackground</include>
<include condition="!Skin.HasSetting(Disable.Videoinfo)">NowPlayingVideoWidget</include>
Expand Down
2 changes: 1 addition & 1 deletion 1080i/SkinSettings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<onunload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9000&amp;group=X1|X2|X3|X4|X5|X6|X7|X8|X9|X10|X11|X12|X13|X101|X202|X303|X404|X50​5|X606)</onunload>
<onunload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9000&amp;group=x1|x2|x3|x4|x5|x6|x7|x8|x9|x10|x11|x12|x13|x101|x202|x303|x404|x505|x606)</onunload>
<controls>
<include>CommonBackground</include>
<include>Topbar</include>
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -2,6 +2,7 @@
- Added support for Extended Info script - thx Steveb!
- Add BigList view - thx Steveb!
- Add support for Hebrew font - thx filthycatbox!
- Fix empty submenu for Custom menu item #5

[B]5.5.7[/B]
- Video Info Dialog: Converted actor list to thumb panel.
Expand Down

0 comments on commit 2a2dd75

Please sign in to comment.