Commented out code that tried to reactivate MunkiStatus.app if it was deactivated when running over the login window. This had unfortunate visual effects if the loginwindow was displaying a dialog asking for permission to use an external account.

git-svn-id: http://munki.googlecode.com/svn/trunk@138 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2009-07-27 18:31:46 +00:00
parent e539e167a4
commit a7f6f98916
+2 -2
View File
@@ -82,11 +82,11 @@ on awake from nib theObject
end awake from nib
on resigned active theObject
copy "" to cfuser
(*copy "" to cfuser
copy (call method "consoleUser") to cfuser
if cfuser is "" then
tell me to activate
end if
end if*)
end resigned active