Revision 28267d27 src/gr/grnet/pithos/web/client/UploadAlert.java

b/src/gr/grnet/pithos/web/client/UploadAlert.java
56 56
		// The popup's constructor's argument is a boolean specifying that it
57 57
		// auto-close itself when the user clicks outside of it.
58 58
		super(false);
59
		setAnimationEnabled(true);
60 59
		addStyleName(Pithos.resources.pithosCss().uploadAlert());
61 60
		FlowPanel content = new FlowPanel();
62 61
		setNumOfFiles(_numOfFiles);

Also available in: Unified diff