Index: shared/scripts/names.py =================================================================== diff -u -rdfc4bc50e405d3691b009bc39463f8e1b2c77f2c -r196ab367532a1829d88d42e304592bb20f242924 --- shared/scripts/names.py (.../names.py) (revision dfc4bc50e405d3691b009bc39463f8e1b2c77f2c) +++ shared/scripts/names.py (.../names.py) (revision 196ab367532a1829d88d42e304592bb20f242924) @@ -70,7 +70,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" }