changeset 191 | cc21283865ad |
parent 190 | 079488da1bfc |
child 212 | bbc0b169cdf0 |
--- a/src/com/beem/project/beem/ui/AccountCreation.java Sun May 17 23:33:13 2009 +0200 +++ b/src/com/beem/project/beem/ui/AccountCreation.java Wed May 20 23:26:07 2009 +0200 @@ -58,7 +58,7 @@ valid = false; } else { - mAttributes.put("password", getWidgetText(R.id.password)); + mAttributes.put("password", getWidgetText(R.id.ac_password)); } if (getWidgetText(R.id.ac_email).length() == 0) { valid = false;