Refix using DefaultUser.png and remove unknown-user.png (#20)

* defaultUser: fix DeafultUser

* bump version and add changelog entry
This commit is contained in:
un1versal 2016-10-22 16:32:53 +01:00 committed by Kevin Goffe
parent f64dbac7a1
commit 197e6a10eb
4 changed files with 8 additions and 4 deletions

View File

@ -140,7 +140,7 @@
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
<bordertexture border="12">ThumbBorder.png</bordertexture> <bordertexture border="12">ThumbBorder.png</bordertexture>
<bordersize>10</bordersize> <bordersize>10</bordersize>
<texture fallback="unknown-user.png">$INFO[Container(2).Listitem.Icon]</texture> <texture fallback="DefaultUser.png">$INFO[Container(2).Listitem.Icon]</texture>
</control> </control>
<control type="label"> <control type="label">
<left>0</left> <left>0</left>
@ -315,7 +315,7 @@
<height>145</height> <height>145</height>
<bordertexture border="5">button-nofocus.png</bordertexture> <bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize> <bordersize>5</bordersize>
<texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture> <texture fallback="DefaultUser.png">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
@ -339,7 +339,7 @@
<height>145</height> <height>145</height>
<bordertexture border="5">folder-focus.png</bordertexture> <bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize> <bordersize>5</bordersize>
<texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture> <texture fallback="DefaultUser.png">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="3.0.37" name="Confluence" provider-name="Jezz_X, Team Kodi"> <addon id="skin.confluence" version="3.0.38" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires> <requires>
<import addon="xbmc.gui" version="5.12.0"/> <import addon="xbmc.gui" version="5.12.0"/>
</requires> </requires>

View File

@ -1,3 +1,7 @@
[B]3.0.38[/B]
- Fix using DeafultUser.png added in v3.0.6 and remove unknown-user.png
[B]3.0.36[/B] [B]3.0.36[/B]
- Added customisable home submenus that use library nodes - Added customisable home submenus that use library nodes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB