Index: sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml =================================================================== diff -u -r80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803 -rb18b4c06d80bdd767590e679e30d98ac8b59ede7 --- sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml (.../SettingsDeviceRegistration.qml) (revision 80b5e8f1ebb90c03c37d90d90cd2da3bd95d6803) +++ sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml (.../SettingsDeviceRegistration.qml) (revision b18b4c06d80bdd767590e679e30d98ac8b59ede7) @@ -152,9 +152,9 @@ } Connections { target: vCloudSync - function onisRunningEntered ( vValue ) { _checkListView.checkList.setItem( 0, true )} - function onisRegisterStartEntered ( vValue ) { _checkListView.checkList.setItem( 1, true )} - function onisRegisterDoneEntered ( vValue ) { _checkListView.checkList.setItem( 1, vValue )} + function onisRunningEntered ( vValue ) { _checkListView.checkList.setItemExt( 0, true )} + function onisRegisterStartEntered ( vValue ) { _checkListView.checkList.setItemExt( 1, true )} + function onisRegisterDoneEntered ( vValue ) { _checkListView.checkList.setItemExt( 1, vValue )} } notificationText: ""