aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/features/FeatureUpload.java
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2007-02-08 14:10:15 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2007-02-08 14:10:15 +0000
commit14e1324991a43e80309a7ced48e0d6dde7c9d8c3 (patch)
treef1a9eb97280440ccb584c846f7dc34ecd38c46d3 /src/com/itmill/toolkit/demo/features/FeatureUpload.java
parent05f1deb9184b1f4242a2d26bf851aab39cf318b1 (diff)
downloadvaadin-framework-14e1324991a43e80309a7ced48e0d6dde7c9d8c3.tar.gz
vaadin-framework-14e1324991a43e80309a7ced48e0d6dde7c9d8c3.zip
fixed various upload bugs
svn changeset:579/svn branch:toolkit
Diffstat (limited to 'src/com/itmill/toolkit/demo/features/FeatureUpload.java')
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureUpload.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureUpload.java b/src/com/itmill/toolkit/demo/features/FeatureUpload.java
index 619123fef9..7e391ea4ac 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureUpload.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureUpload.java
@@ -55,7 +55,7 @@ public class FeatureUpload extends Feature implements Upload.FinishedListener {
OrderedLayout l = new OrderedLayout();
- Upload up = new Upload("Upload a file:", null);
+ Upload up = new Upload("Upload a file:", buffer);
up.addListener(this);
status.setVisible(false);