Skip to content

Commit

Permalink
[Confluence] Use 'shutdown function' setting in 'custom shutdown time…
Browse files Browse the repository at this point in the history
…r'. fixes xbmc#12848
  • Loading branch information
ronie committed Jan 2, 2013
1 parent 3a3e082 commit d2eda54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/skin.confluence/720p/DialogButtonMenu.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
<textwidth>290</textwidth> <textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus> <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus> <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> <pulseonselect>no</pulseonselect>
<font>font13</font> <font>font13</font>
<label>20150</label> <label>20150</label>
<visible>!System.HasAlarm(shutdowntimer)</visible> <visible>!System.HasAlarm(shutdowntimer)</visible>
<visible>System.CanPowerDown</visible> <visible>System.CanPowerDown | System.CanSuspend | System.CanHibernate</visible>
</control> </control>
<control type="button" id="5"> <control type="button" id="5">
<description>Cancel Shutdown Timer</description> <description>Cancel Shutdown Timer</description>
Expand Down

0 comments on commit d2eda54

Please sign in to comment.