зеркало из https://github.com/mozilla/gecko-dev.git
Remove onStartup call from fennec overlay now that we listen to final-ui-startup.
This commit is contained in:
Родитель
c63aad855c
Коммит
7de4d64b2c
|
@ -57,9 +57,7 @@ WeaveService.prototype = {
|
|||
getService(Ci.nsIObserverService);
|
||||
os.addObserver(this, "final-ui-startup", true);
|
||||
break;
|
||||
/* The following event doesn't exist on Fennec; for Fennec loading, see
|
||||
* fennec-weave-overlay.js.
|
||||
*/
|
||||
|
||||
case "final-ui-startup":
|
||||
Cu.import("resource://weave/service.js");
|
||||
Weave.Service.onStartup();
|
||||
|
|
Загрузка…
Ссылка в новой задаче