Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r689177edf29dee6f10bebfed42f6bbadeb7ce8a8 -r364cf0959b78d4e86c7220fb878c5246c9d7d6bd --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 689177edf29dee6f10bebfed42f6bbadeb7ce8a8) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 364cf0959b78d4e86c7220fb878c5246c9d7d6bd) @@ -72,6 +72,9 @@ // Look at the PowerItem as an example. if ( ! vAlarmStatus.hasAlarm ) return + // close the user confrimation dialog if the alarm dialog is going to be dispalyed + _confirmDialog.close() + if ( _root._DEBUG_DISABLE_MAXIMIZE_ ) { alarmMinimize() } else {