]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed setStaticPid away, it's not (yet) in Toolkit AbstractCompoent.
authorJani Laakso <jani.laakso@itmill.com>
Tue, 3 Apr 2007 14:26:37 +0000 (14:26 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Tue, 3 Apr 2007 14:26:37 +0000 (14:26 +0000)
svn changeset:1116/svn branch:trunk

src/com/itmill/toolkit/demo/Calc.java

index 50a03d7479d2529a3f24dd494af9b9cb32f2b615..73f9f552737230217e747bbf6e4df502ee4825af 100644 (file)
@@ -57,7 +57,6 @@ public class Calc
                // Create the buttons and place them in the grid
                for (int i = 0; i < captions.length; i++) {
                        Button button = new Button(captions[i], this);
-                       button.setStaticPid("_Button"+captions[i]);
                        layout.addComponent(button);
                }