| author | Piotr Janik | 2011-07-27 09:13:55 (EDT) |
|---|---|---|
| committer | Tomasz Zarna | 2011-07-27 09:13:55 (EDT) |
| commit | 8a573cd05d27822913adedd697ffc2c93eae318c (patch) (side-by-side diff) | |
| tree | 3763f90c8a85fec7dc8062b71e501c924de9ddf9 | |
| parent | 1f845182b4aba0e84ed7c6e3f2c0a338bea5744f (diff) | |
| download | org.eclipse.orion.client-8a573cd05d27822913adedd697ffc2c93eae318c.zip org.eclipse.orion.client-8a573cd05d27822913adedd697ffc2c93eae318c.tar.gz org.eclipse.orion.client-8a573cd05d27822913adedd697ffc2c93eae318c.tar.bz2 | |
bug 353096 - [client] Custom author/committer fields are reset afterv20110728-0200
staging
https://bugs.eclipse.org/bugs/show_bug.cgi?id=353096
| -rw-r--r-- | bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js b/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js index 085f01b..85f57ac 100644 --- a/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js +++ b/bundles/org.eclipse.orion.client.git/web/orion/git/git-status-table.js @@ -590,7 +590,6 @@ orion.GitStatusController = (function() { }); } - this._committerAndAuthorZoneRenderer.hide(); this._committerAndAuthorZoneRenderer.renderAction(); this._unstagedTableRenderer.renderAction(); this._stagedTableRenderer.renderAction(); @@ -665,7 +664,7 @@ orion.GitStatusController = (function() { this._initTitleBar(true); this._committerAndAuthorZoneRenderer.setDefaultPersonIdent(this._userName, this._userEmail); - this._committerAndAuthorZoneRenderer.resetCommitterAndAuthor(); + this._committerAndAuthorZoneRenderer.hide(); var that = this; var openGitLog = new mCommands.Command({ |

