~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.ui/src/com/bdaum/zoom/ui/internal/dialogs/WebGalleryEditDialog.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1254
1254
                                        public void modifyText(ModifyEvent e) {
1255
1255
                                                updateButtons();
1256
1256
                                        }
1257
 
                                }, false);
 
1257
                                }, false, true);
1258
1258
                qualityGroup = new QualityGroup(parent, false);
1259
1259
        }
1260
1260
 
1977
1977
                } else if (obj instanceof SmartCollectionImpl) {
1978
1978
                        int seqNo = 1;
1979
1979
                        SmartCollection sm = (SmartCollection) obj;
1980
 
                        List<Asset> select = dbManager.createCollectionProcessor(sm)
 
1980
                        List<Asset> assets = dbManager.createCollectionProcessor(sm)
1981
1981
                                        .select(true);
1982
1982
                        StoryboardImpl newStoryboard = new StoryboardImpl(
1983
1983
                                        "", 1, false, null, //$NON-NLS-1$
1984
1984
                                        0, false, true, true, true);
1985
1985
                        newStoryboard.setTitle(sm.getName());
1986
1986
                        newStoryboard.setDescription(sm.getDescription());
1987
 
                        for (Asset asset : select) {
 
1987
                        for (Asset asset : assets) {
1988
1988
                                if (!WebGalleryView.accepts(asset))
1989
1989
                                        continue;
1990
1990
                                WebExhibitImpl newExhibit = new WebExhibitImpl(