Bug 1123788 - Do not wait for icons before opening toolboxes. r=jryans

This commit is contained in:
Alexandre Poirot 2015-01-21 08:29:00 +01:00
parent d16b356477
commit 531dfa25e2

View File

@ -121,11 +121,11 @@ let AppManager = exports.AppManager = {
this._appsFront = front;
this._listTabsResponse = response;
this.update("list-tabs-response");
return front.fetchIcons();
})
.then(() => {
this.checkIfProjectIsRunning();
this.update("runtime-apps-found");
front.fetchIcons();
});
} else {
this._listTabsResponse = response;