mirror of
https://github.com/munki/munki.git
synced 2026-04-28 16:29:29 -05:00
NO -> objc.NO for 10.5
git-svn-id: http://munki.googlecode.com/svn/trunk@1157 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -208,7 +208,7 @@ class MSUStatusWindowController(NSObject):
|
||||
self.session_connected = False
|
||||
#NSApp.delegate().munkiStatusSessionEnded_(socketSessionResult)
|
||||
self.performSelectorOnMainThread_withObject_waitUntilDone_(
|
||||
self.socketEnded_,socketSessionResult, NO)
|
||||
self.socketEnded_,socketSessionResult, objc.NO)
|
||||
|
||||
# Clean up autorelease pool
|
||||
del pool
|
||||
|
||||
Reference in New Issue
Block a user