Index: shared/scripts/names.py =================================================================== diff -u -rb8ec67700eef6b0581a997b75e2bf30460fba0f4 -red536b18e1dc80a79a1988052195fa34f9f010d4 --- shared/scripts/names.py (.../names.py) (revision b8ec67700eef6b0581a997b75e2bf30460fba0f4) +++ shared/scripts/names.py (.../names.py) (revision ed536b18e1dc80a79a1988052195fa34f9f010d4) @@ -23,11 +23,12 @@ o_settingsHome_background = {"container": o_settingsHome, "id": "_backgroundRect", "type": "Rectangle" , "unnamed": 1, "visible": True} # Modal Dialog -o_Overlay = {"container": o_QQuickView, "type": "Overlay", "unnamed": 1, "visible": True} -o_modalDialog = {"container": o_Overlay , "id": "_backgroundRect", "type": "Rectangle" , "unnamed": 1, "visible": True} +o_Overlay = {"container": o_QQuickView , "type": "Overlay" , "unnamed": 1, "visible": True} +o_modalDialog = {"container": o_Overlay , "id": "_backgroundRect", "type": "Rectangle", "unnamed": 1, "visible": True} + # Power off -o_poweroffButton = {"container": o_settingsHome, "id": "_poweroff" , "type": "TouchRect" , "unnamed": 1, "visible": True} +o_poweroffButton = {"container": o_settingsHome, "id": "_poweroffButton", "type": "TouchRect" , "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} o_poweroff_notification = {"container": o_Overlay , "id": "_titleText" , "type": "TitleText" , "unnamed": 1, "visible": True, "type": "Text", "text": "System is shutting down"}