mirror of
https://github.com/munki/munki.git
synced 2026-02-05 06:41:07 -06:00
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:
@@ -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_")
|
||||
|
||||
Reference in New Issue
Block a user