Index: shared/scripts/names.py =================================================================== diff -u -r08e394d6afe01356f9ab4da613180112ff86f32d -r3b227c80563721d348a1bc80701c5cfab938d469 --- shared/scripts/names.py (.../names.py) (revision 08e394d6afe01356f9ab4da613180112ff86f32d) +++ shared/scripts/names.py (.../names.py) (revision 3b227c80563721d348a1bc80701c5cfab938d469) @@ -357,7 +357,7 @@ o_create_treatment_button = {"container": o_treatmentHome, "text": "CREATE TREATMENT", "type": "Text", "unnamed": 1 } o_create_treatment_container = {"container": o_qquickview_alarm, "objectName": "TreatmentCreate", "type": "TreatmentCreate" } -o_create_treatment_flickable = {"container": o_create_treatment_container, "id": "_flickable", "type": "Flickable", "unnamed": 1 } +o_create_treatment_flickable = {"container": o_create_treatment_container, "objectName": "TreatmentCreateFlickable", "type": "Flickable"} o_create_treatment_saline_bolus_0 = {"container": o_create_treatment_container, "objectName": "_salineBolusRect0", "type": "TouchRect"} o_create_treatment_saline_bolus_1 = {"container": o_create_treatment_container, "objectName": "_salineBolusRect1", "type": "TouchRect"} o_create_treatment_saline_bolus_2 = {"container": o_create_treatment_container, "objectName": "_salineBolusRect2", "type": "TouchRect"}