diff options
author | jezz_x <jezz_x@svn> | 2009-12-28 23:22:53 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2009-12-28 23:22:53 +0000 |
commit | 6879177df4b42812713db7da2c70d1590e75102c (patch) | |
tree | 1b541a6b636783f97c331160ad7d4dfae7a2ddeb /skin | |
parent | 2f327a2635e6f31d03e54b821673d5b64126f890 (diff) |
Changed : [Confluence] Close the new Play disc dialog when you select play, Enable the Play button only when media is detected
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26146 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin')
-rw-r--r-- | skin/Confluence/720p/custom_DiscDialog_1113.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skin/Confluence/720p/custom_DiscDialog_1113.xml b/skin/Confluence/720p/custom_DiscDialog_1113.xml index ac3bdd1d23..913f352cf2 100644 --- a/skin/Confluence/720p/custom_DiscDialog_1113.xml +++ b/skin/Confluence/720p/custom_DiscDialog_1113.xml @@ -27,12 +27,14 @@ <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<onclick>XBMC.PlayDVD()</onclick>
+ <onclick>Dialog.Close(1113)</onclick>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>Dialog.Close(1113)</onleft>
<onright>1</onright>
<onup>3</onup>
<ondown>2</ondown>
+ <enable>System.HasMediaDVD</enable>
</control>
<control type="button" id="2">
<description>Eject Button</description>
|