Index: shared/scripts/names.py =================================================================== diff -u -r2098abb842e0475b9f3c6cd8d5c374dd50c7e222 -r6d05ba331ba04fd2cdbf327ef498d1ec4b5b588d --- shared/scripts/names.py (.../names.py) (revision 2098abb842e0475b9f3c6cd8d5c374dd50c7e222) +++ shared/scripts/names.py (.../names.py) (revision 6d05ba331ba04fd2cdbf327ef498d1ec4b5b588d) @@ -81,7 +81,7 @@ o_alarm_dialog_content = {"container": o_Overlay , "objectName": "_NotificationDialog" , "type": "ContentItem" } o_alarm_dialog_titleBar = {"container": o_alarm_dialog_content , "id" : "_titleBar" , "type": "Rectangle" } o_alarm_button_minimize = {"container": o_alarm_dialog_content , "id" : "_minimizeButton" , "type": "UpDownButton" ,"visible": True } -o_alarm_button_mute = {"container": o_alarm_dialog_content , "id" : "_muteButton" , "type": "MuteButton" ,"visible": True } +o_alarm_button_mute = {"container": o_alarm_dialog_content, "id": "_muteButton", "type": "MuteButton", "visible": True} o_alarm_button_mute_img = {"container": o_alarm_button_mute , "id" : "_image" , "type": "Image", "unnamed": 1, "visible": True} o_alarm_button_mute_min = {"container": o_alarm_button_mute , "id" : "_hourText" , "type": "Text" } o_alarm_button_mute_sec = {"container": o_alarm_button_mute , "id" : "_minuteText" , "type": "Text" }