Bugfix: On updating an existing server configuration the real name was overwritten by the nick name

This commit is contained in:
Sebastian Kaspari 2011-07-17 16:07:24 +02:00
parent 0b0579c475
commit 4396e66954
1 changed files with 3 additions and 3 deletions

View File

@ -283,7 +283,7 @@ public class AddServerActivity extends Activity implements OnClickListener
identityId,
identity.getNickname(),
identity.getIdent(),
identity.getNickname(),
identity.getRealName(),
identity.getAliases()
);