]> source.dussan.org Git - vaadin-framework.git/commitdiff
svn changeset:4001/svn branch:trunk
authorJani Laakso <jani.laakso@itmill.com>
Fri, 7 Mar 2008 13:32:20 +0000 (13:32 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Fri, 7 Mar 2008 13:32:20 +0000 (13:32 +0000)
src/com/itmill/toolkit/ui/Button.java

index 0ece73eb7aa948fafdc2614dfd9c0dc9942efcdd..06abecc826de294cccf6b13d0b692a88c52351df 100644 (file)
@@ -153,9 +153,8 @@ public class Button extends AbstractField {
      */
     public void changeVariables(Object source, Map variables) {
         if (isReadOnly()) {
-            System.err
-                    .println("Button: ignoring change variable for read-only component, caption="
-                            + getCaption());
+            System.err.println("Button: ignoring variable change for"
+                    + " read-only component, caption=" + getCaption());
         } else if (variables.containsKey("state")) {
             // Gets the new and old button states
             final Boolean newValue = (Boolean) variables.get("state");