Fix for incorrectly initialized KVO arrays in Managed Software Update.app; bumped MSU.app to version 3.0.6; bumped munkitools version to 0.6.0.757.0.

git-svn-id: http://munki.googlecode.com/svn/trunk@758 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-09-21 23:30:06 +00:00
parent 11ee891197
commit f07e01655b
5 changed files with 19 additions and 7 deletions
@@ -33,7 +33,8 @@ class MSUOptionalInstallsViewController(NSViewController):
window_controller = IBOutlet()
AddRemoveBtn = IBOutlet()
_optionallist = NSArray.arrayWithArray_([{"installed": NO, "install": NO, "name": "", "version": "",
_optionallist = NSArray.arrayWithArray_([{"installed": NO, "managed": NO, "original_managed": NO,
"name": "", "version": "",
"description": "", "size": "", "enabled": NO,
"status": "", "original_status": ""}])