diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-04-07 03:33:10 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-04-07 03:33:10 +0000 |
commit | 6d5d4a969e1fe086c717f8dc13e96516fe7d9308 (patch) | |
tree | 6d63b0cfb1c6b5bcc237ba2002db42a0b4111b17 /skin/Confluence | |
parent | 19c76587059f0bf32edbe054143bb998173214cc (diff) |
added: <debugging>true</debugging> flag to skin.xml allowing skin debugging information on screen.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29100 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin/Confluence')
-rw-r--r-- | skin/Confluence/skin.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skin/Confluence/skin.xml b/skin/Confluence/skin.xml index 6919ff0c78..03b89a9c24 100644 --- a/skin/Confluence/skin.xml +++ b/skin/Confluence/skin.xml @@ -4,6 +4,7 @@ <defaultthemename>textures.xpr</defaultthemename>
<version>2.11</version>
<effectslowdown>.75</effectslowdown>
+ <debugging>false</debugging>
<credits>
<skinname>Confluence</skinname>
<name>Coded by Jezz_X</name>
|