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