Bug 796116 - Fix Webapps:InstallPackage to notify observers [r=fabrice]

This commit is contained in:
David Chan 2012-10-01 16:45:32 -07:00
parent 03420cc4e4
commit a2872c222d

View File

@ -577,7 +577,8 @@ let DOMApplicationRegistry = {
mm.sendAsyncMessage("Webapps:GetAll:Return:KO", msg);
break;
case "Webapps:InstallPackage":
this.installPackage(msg, mm);
// always ask for UI to install
Services.obs.notifyObservers(mm, "webapps-ask-install", JSON.stringify(msg));
break;
case "Webapps:GetBasePath":
return this.webapps[msg.id].basePath;