mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Removed code in awakeFromNib that set the text in the status and detail fields to default values; this was sometimes writing over the initial message from munkistatus.py.
git-svn-id: http://munki.googlecode.com/svn/trunk@441 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -120,10 +120,10 @@ class MSController(NSObject):
|
||||
if self.imageFld:
|
||||
theImage = NSImage.imageNamed_("MunkiStatus")
|
||||
self.imageFld.setImage_(theImage)
|
||||
if self.messageFld:
|
||||
self.messageFld.setStringValue_(u"Working...")
|
||||
if self.detailFld:
|
||||
self.detailFld.setStringValue_(u"")
|
||||
#if self.messageFld:
|
||||
# self.messageFld.setStringValue_(u"Working...")
|
||||
#if self.detailFld:
|
||||
# self.detailFld.setStringValue_(u"")
|
||||
if self.progressIndicator:
|
||||
self.progressIndicator.setMinValue_(0.0)
|
||||
self.progressIndicator.setMaxValue_(100.0)
|
||||
|
||||
Reference in New Issue
Block a user