diff options
author | davilla <davilla@xbmc.org> | 2013-01-02 17:06:03 -0800 |
---|---|---|
committer | davilla <davilla@xbmc.org> | 2013-01-02 17:06:03 -0800 |
commit | 78a2bc5e6dd9ff737100d8d49f52f51d81dbf134 (patch) | |
tree | 8ca756344316f5c21e66272272001dce05541426 | |
parent | 0a5802776734f27ee64dd4f14135ca1fc063e3a7 (diff) | |
parent | d2eda54da6bde29495eadcaf5c46b44f0600a5af (diff) |
Merge pull request #2017 from ronie/confluence-shutdown
[Confluence] Use 'shutdown function' setting in 'custom shutdown timer'. fixes #12848
-rw-r--r-- | addons/skin.confluence/720p/DialogButtonMenu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/DialogButtonMenu.xml b/addons/skin.confluence/720p/DialogButtonMenu.xml index 2b08f6942e..ac30c2add9 100644 --- a/addons/skin.confluence/720p/DialogButtonMenu.xml +++ b/addons/skin.confluence/720p/DialogButtonMenu.xml @@ -112,12 +112,12 @@ <textwidth>290</textwidth> <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus> <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus> - <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Powerdown())</onclick> + <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown())</onclick> <pulseonselect>no</pulseonselect> <font>font13</font> <label>20150</label> <visible>!System.HasAlarm(shutdowntimer)</visible> - <visible>System.CanPowerDown</visible> + <visible>System.CanPowerDown | System.CanSuspend | System.CanHibernate</visible> </control> <control type="button" id="5"> <description>Cancel Shutdown Timer</description> |