mirror of
https://github.com/munki/munki.git
synced 2026-04-26 06:48:57 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user