Fox-Alpha / nagioschecker

Automatically exported from code.google.com/p/nagioschecker
0 stars 0 forks source link

Button "Replay" for host down in options doesn't work #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In file nagioschecker-options.xul, line 390 should be :

<button id="nch-sounds-down-replay" label="&nch.prefs.replay;" 
oncommand="cz.petrsimek.gNCHOptions.replaySoundFile('down','hostdown.wav');"/>

instead of :

<button id="nch-sounds-down-replay" label="&nch.prefs.replay;" 
oncommand="gNCHOptions.replaySoundFile('down','hostdown.wav');"/>

("cz.petrsimek." is missing)

Original issue reported on code.google.com by meu...@gmail.com on 17 Jun 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Thanks I needed that;)

Original comment by david.ga...@gmail.com on 25 Aug 2011 at 11:31