Index: sources/gui/qml/PowerItem.qml =================================================================== diff -u -rc66898d4ac69b72f1b9cc59e3039e7d9a1e59154 -rba15fce14caf76166c286da95974c69f8a24d4b8 --- sources/gui/qml/PowerItem.qml (.../PowerItem.qml) (revision c66898d4ac69b72f1b9cc59e3039e7d9a1e59154) +++ sources/gui/qml/PowerItem.qml (.../PowerItem.qml) (revision ba15fce14caf76166c286da95974c69f8a24d4b8) @@ -96,20 +96,6 @@ ) } - // ---- Connections - Connections { target: _GuiView - function onDidActionReceive( vAction, vData ) { - switch(vAction) { - case GuiActions.ID_ShuttingDown: - _autoHideInfo.showDialog ( - qsTr("System is shutting down"), - 5000 // if any error happens and shutdown is not successful then after 5 seconds dialog hides. - ) - break; - } - } - } - Connections { target: vConfirm function onIsRejectChanged ( vValue ) { _powerOffDialog.footerUpdate()