Commit 2c4266d7 authored by Claes Sjofors's avatar Claes Sjofors

Xtt, alarm beep wasn't controled by OpPlace AlarmBell attribute

parent c7d8661b
......@@ -315,7 +315,8 @@ void Ev::update( double scantime)
ala->reset_nodraw();
}
ala->beep( scantime);
if ( beep)
ala->beep( scantime);
}
void Ev::ack_last_prio( unsigned long type, unsigned long prio)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment