Index: sources/gui/qml/PowerItem.qml =================================================================== diff -u -raf8d98b36b427e2b5f4d6659fcf3b58ee79eab6a -r364cf0959b78d4e86c7220fb878c5246c9d7d6bd --- sources/gui/qml/PowerItem.qml (.../PowerItem.qml) (revision af8d98b36b427e2b5f4d6659fcf3b58ee79eab6a) +++ sources/gui/qml/PowerItem.qml (.../PowerItem.qml) (revision 364cf0959b78d4e86c7220fb878c5246c9d7d6bd) @@ -37,7 +37,7 @@ AutoHideInfo { id: _autoHideInfo } - PowerOff { id: _powerOffDialog + ConfirmDialog { id: _powerOffDialog idText : vConfirm.id titleText : vConfirm.title messageText : vConfirm.message @@ -73,6 +73,7 @@ function open() { _root.isOpen = true _powerOffDialog.open() + _confirmDialog.close() // close the user confrimation dialog if the power off is requested _alarmItem.alarmMinimize() }