Index: sources/gui/qml/main.qml =================================================================== diff -u -r6cf864fa54afe656a17daf797b2e2c130dfea90e -rea143a3b9822a985e0e6c2bad746cd04ae77e018 --- sources/gui/qml/main.qml (.../main.qml) (revision 6cf864fa54afe656a17daf797b2e2c130dfea90e) +++ sources/gui/qml/main.qml (.../main.qml) (revision ea143a3b9822a985e0e6c2bad746cd04ae77e018) @@ -106,7 +106,7 @@ VAlarmStatus { id: vAlarmStatus } VPowerOff { id: vPowerOff onPoweroff_statusChanged: { - switch (vpoweroff_status) { + switch (vPowerOff.poweroff_status) { case GuiActions.Command: _powerOffDialog.open() break;