Fix to my prev commit

This commit is contained in:
pelya
2012-10-29 18:00:44 +02:00
parent 0376665f5c
commit 04fa2ee4e4

View File

@@ -763,6 +763,7 @@ class Settings
Globals.OptionalDataDownload[item] = isChecked;
if( mandatory[item] && !isChecked )
{
Globals.OptionalDataDownload[item] = true;
((AlertDialog)dialog).getListView().setItemChecked(item, true);
}
}