diff options
author | ronie <ronie@poedel.net> | 2013-01-03 00:48:16 +0100 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2013-01-03 00:48:16 +0100 |
commit | d2eda54da6bde29495eadcaf5c46b44f0600a5af (patch) | |
tree | 500aed88295ee99257605ca1153da570a0b11301 /addons | |
parent | 3a3e082af4b6b7db673a9285ee9f89b1c5ba5814 (diff) |
[Confluence] Use 'shutdown function' setting in 'custom shutdown timer'. fixes #12848
Diffstat (limited to 'addons')
-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> |