From 4d6bc90a34e5c7b1da2b126289177027e5a777ee Mon Sep 17 00:00:00 2001 From: "bent.mozilla%gmail.com" Date: Thu, 20 Apr 2006 16:28:54 +0000 Subject: [PATCH] Bug 325745 - "Help menu says 'Check for Updates' rather than 'Apply Downloaded Update' when restarting later". r=darin. --- toolkit/mozapps/update/public/nsIUpdateService.idl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/toolkit/mozapps/update/public/nsIUpdateService.idl b/toolkit/mozapps/update/public/nsIUpdateService.idl index 495dd9e1d4dc..6109f807a10d 100644 --- a/toolkit/mozapps/update/public/nsIUpdateService.idl +++ b/toolkit/mozapps/update/public/nsIUpdateService.idl @@ -114,7 +114,7 @@ interface nsIUpdatePatch : nsISupports * that the front end and other application services can use to learn more * about what is going on. */ -[scriptable, uuid(b0fb539e-f4ab-4ea1-bd75-e6d2813e5fc1)] +[scriptable, uuid(8e5822a6-c5d4-4537-be0a-9c95ba13ea2f)] interface nsIUpdate : nsISupports { /** @@ -169,6 +169,11 @@ interface nsIUpdate : nsISupports */ attribute AString serviceURL; + /** + * The channel used to retrieve this update from the Update Service. + */ + attribute AString channel; + /** * Whether or not the update being downloaded is a complete replacement of * the user's existing installation or a patch representing the difference