Show mini avatar images for summary comments and inline comments

Change-Id: I0caa2d30273bb1f60e93746e1533de418ca59280
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-04-23 12:43:43 +02:00
parent 3a19881a29
commit 902f67939d
3 changed files with 21 additions and 16 deletions

View File

@@ -65,7 +65,8 @@ public class CommentEditorPanel extends CommentPanel implements ClickHandler,
comment = plc;
addStyleName(Gerrit.RESOURCES.css().commentEditorPanel());
setAuthorNameText(PatchUtil.C.draft());
setAuthorNameText(Gerrit.getUserAccount().getPreferredEmail(),
PatchUtil.C.draft());
setMessageText(plc.getMessage());
addDoubleClickHandler(this);