mirror of
https://github.com/munki/munki.git
synced 2026-04-30 01:11:01 -05:00
Explicitly set self.stopBtnState = 0 when starting a MunkiStatusSession.
git-svn-id: http://munki.googlecode.com/svn/trunk@934 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -113,6 +113,7 @@ class MSUStatusWindowController(NSObject):
|
||||
self.detailFld.setStringValue_(u"")
|
||||
self.stopBtn.setHidden_(False)
|
||||
self.stopBtn.setEnabled_(True)
|
||||
self.stopBtnState = 0
|
||||
if self.imageFld:
|
||||
theImage = NSImage.imageNamed_("Managed Software Update")
|
||||
self.imageFld.setImage_(theImage)
|
||||
|
||||
Reference in New Issue
Block a user