Index: shared/scripts/names.py =================================================================== diff -u -r07424ed0ae21343ce77bab04d3376e38fe135435 -r788873f840aecda5508a2479839e1beb2e0cc75b --- shared/scripts/names.py (.../names.py) (revision 07424ed0ae21343ce77bab04d3376e38fe135435) +++ shared/scripts/names.py (.../names.py) (revision 788873f840aecda5508a2479839e1beb2e0cc75b) @@ -24,7 +24,9 @@ # Power off o_poweroffButton = {"container": o_settingsHome, "id": "_poweroff" , "type": "TouchRect" , "unnamed": 1, "visible": True} -o_powerOffDialog = {"container": o_QQuickView , "id": "_powerOffDialog", "type": "ModalDialog", "unnamed": 1, "visible": True} +o_Overlay = {"container": o_QQuickView, "type": "Overlay", "unnamed": 1, "visible": True} +o_powerOffDialog = {"container": o_Overlay , "id": "_backgroundRect", "type": "Rectangle" , "unnamed": 1, "visible": True} o_poweroff_shutdown = {"container": o_QQuickView , "id": "_shutdownRect" , "type": "TouchRect" , "unnamed": 1, "visible": True} o_poweroff_cancel = {"container": o_QQuickView , "id": "_cancelTouch" , "type": "TouchRect" , "unnamed": 1, "visible": True} +