]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed obsolete flag setting
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 27 Apr 2011 10:52:02 +0000 (10:52 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 27 Apr 2011 10:52:02 +0000 (10:52 +0000)
svn changeset:18491/svn branch:6.6

src/com/vaadin/ui/AbstractTextField.java

index 693106b686be529ad0fe33f8fb14a71d5ba9d675..4ed76d367bdf8a3573d3e3cb42edde37a23a42f4 100644 (file)
@@ -190,7 +190,6 @@ public abstract class AbstractTextField extends AbstractField implements
                  * sent from the client to server. Just "commit" the value from
                  * currentText to the value.
                  */
-                textChangeEventPending = true;
                 handleInputEventTextChange(variables);
             }