mirror of
https://github.com/munki/munki.git
synced 2026-02-22 06:59:09 -06:00
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:
@@ -109,8 +109,10 @@ class MSUAppDelegate(NSObject):
|
||||
self.managedsoftwareupdate_task = None
|
||||
self._listofupdates = []
|
||||
self.getAvailableUpdates()
|
||||
#NSLog(u"Building table of available updates.")
|
||||
self.buildUpdateTableData()
|
||||
if self._optionalInstalls:
|
||||
#NSLog(u"Building table of optional software.")
|
||||
self.buildOptionalInstallsData()
|
||||
self.mainWindowController.theWindow.makeKeyAndOrderFront_(self)
|
||||
if self._listofupdates:
|
||||
|
||||
Reference in New Issue
Block a user