Remove onStartup call from fennec overlay now that we listen to final-ui-startup.

This commit is contained in:
Edward Lee 2009-10-22 17:03:51 -07:00
Родитель c63aad855c
Коммит 7de4d64b2c
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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();