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:
Greg Neagle
2010-11-29 22:21:28 +00:00
parent 7ab92fa3cc
commit 4497c25f53
@@ -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)