# HG changeset patch # User Felix Wolfsteller # Date 1327669524 0 # Node ID 964e90c5b4c1fa9e4e47b894e3378d696d6ead72 # Parent 3324ef9d8341500d5815176aa731f579d3b8bba2 Invested 2 seconds after losing 3. flys-client/trunk@3796 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 3324ef9d8341 -r 964e90c5b4c1 flys-client/ChangeLog --- a/flys-client/ChangeLog Fri Jan 27 13:02:46 2012 +0000 +++ b/flys-client/ChangeLog Fri Jan 27 13:05:24 2012 +0000 @@ -1,3 +1,8 @@ +2012-01-27 Felix Wolfsteller + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + Invested 2 seconds after losing 3. + 2012-01-27 Felix Wolfsteller * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java, diff -r 3324ef9d8341 -r 964e90c5b4c1 flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java Fri Jan 27 13:02:46 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java Fri Jan 27 13:05:24 2012 +0000 @@ -122,8 +122,6 @@ /** * This constructor creates a new CollectionView that is used to display the * collection. - * - * @param collection The collection to be displayed. */ public CollectionView(FLYS flys) { // do this first because it takes longer than the other stuff in here. @@ -154,7 +152,9 @@ init(); } - + /** + * @param collection The collection to be displayed. + */ public CollectionView(FLYS flys, Collection collection, Artifact artifact) { this.flys = flys; this.artifact = artifact; @@ -426,6 +426,7 @@ * Set the current collection. * * @param collection The new collection. + * @param suppress Whether to fire a collectionchangeevent. */ protected void setCollection(Collection collection, boolean suppress) { if (collection != null && this.collection == null) {