Attempt at fix for WebKitView crashing issue.

git-svn-id: http://munki.googlecode.com/svn/trunk@1117 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2011-04-14 15:11:18 +00:00
parent 7fdaa2ad53
commit 60f38d0fde

View File

@@ -89,7 +89,7 @@ class MSUupdatesViewController(NSViewController):
description = row.get("description", u"")
else:
description = u""
self.performSelectorOnMainThread_withObject_waitUntilDone_(self.updateWebKitView_, description, NO)
self.performSelectorOnMainThread_withObject_waitUntilDone_(self.updateWebKitView_, description, YES)
def tableViewSelectionDidChange_(self, sender):
#NSLog(u"MSUupdatesViewController.tableViewSelectionDidChange_")