When user clicks "Later", display an alert that the updates will be installed at the next logout.

git-svn-id: http://munki.googlecode.com/svn/trunk@111 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2009-07-09 06:14:30 +00:00
parent 07fc86c9d7
commit a8a44ed50a

View File

@@ -115,7 +115,9 @@ end awake from nib
on clicked theObject
if the name of theObject is "laterBtn" then
quit
display alert "Install at logout" message ¬
"These updates will be installed the next time you log out." default button ¬
"OK" as informational attached to window 1
end if
if the name of theObject is "installBtn" then
@@ -170,7 +172,7 @@ on alert ended theObject with reply withReply
quit
end if
if button returned of withReply is "OK" then
-- acknowleged no new software available
-- acknowleged no new software available, or installing later
quit
end if
end alert ended