diff options
author | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2014-05-12 10:38:35 -0400 |
---|---|---|
committer | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2014-05-12 10:38:35 -0400 |
commit | d7b9b145d37905dd1fd93a0a74eb356fa7f9b8d2 (patch) | |
tree | 93360ea8eb236f153dc7a5513cc447a10c44348b | |
parent | edb17bdf8e8312197d7eedc159776d30a9b07672 (diff) | |
download | org.eclipse.orion.client-origin/gheorghe/gitComponents_gitStatusExplorer.zip org.eclipse.orion.client-origin/gheorghe/gitComponents_gitStatusExplorer.tar.gz org.eclipse.orion.client-origin/gheorghe/gitComponents_gitStatusExplorer.tar.bz2 |
do not share the status modelorigin/gheorghe/gitComponents_gitStatusExplorer
-rw-r--r-- | bundles/org.eclipse.orion.client.git/web/orion/git/gitStatusExplorer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/gitStatusExplorer.js b/bundles/org.eclipse.orion.client.git/web/orion/git/gitStatusExplorer.js index 40dd8d6..0d2001c 100644 --- a/bundles/org.eclipse.orion.client.git/web/orion/git/gitStatusExplorer.js +++ b/bundles/org.eclipse.orion.client.git/web/orion/git/gitStatusExplorer.js @@ -88,7 +88,7 @@ define([ lib.empty(tableNode); var changesModel = new mGitChangeList.GitChangeListModel({registry: this.registry}); this.displayUnstaged(location, changesModel).then(function() { - return that.displayStaged(location, changesModel).then(function() { + return that.displayStaged(location, new mGitChangeList.GitChangeListModel({registry: that.registry})).then(function() { return that.displayCommits(changesModel.repository).then(function() { that.initTitleBar(changesModel, changesModel.repository); mGitCommands.updateNavTools(that.registry, that.commandService, that, "pageActions", "selectionTools", changesModel.status); //$NON-NLS-1$ //$NON-NLS-0$ |