commit | 99cb7b433caee77384aa3074a32a42e513a84e80 | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Wed Sep 23 16:40:17 2009 -0700 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Wed Sep 23 18:34:33 2009 -0700 |
tree | a7e469b2842e0b6ebc53819861b8265c33a8d7bd | |
parent | 8cd3192e9e77348a6c01f4bc2d7191235d739335 [diff] |
Delay the type value change until the custom value is correct. Also make createCustomDialog() private, as - This method is used only by createLableDialog() - This method heavily depends on the state of private instances (mKind, mType), so I thought external objects should not touch this method directly. Internal issue number: 1752454