~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/EditMetaDialog.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:
815
815
 
816
816
                protected SmartCollection createAdhocQuery(Object sel) {
817
817
                        SmartCollectionImpl coll = new SmartCollectionImpl(
818
 
                                        "", true, false, true, false, null, 0, null, 0, null); //$NON-NLS-1$
 
818
                                        "", true, false, true, false, null, 0, null, 0, null, null); //$NON-NLS-1$
819
819
                        if (sel instanceof LocationNode
820
820
                                        && ((LocationNode) sel).getLocation() == null) {
821
821
                                LocationNode node = (LocationNode) sel;
2775
2775
                                String kw = (String) selection.getFirstElement();
2776
2776
                                if (kw != null) {
2777
2777
                                        SmartCollectionImpl sm = new SmartCollectionImpl(kw, false,
2778
 
                                                        false, true, false, null, 0, null, 0, null);
 
2778
                                                        false, true, false, null, 0, null, 0, null, null);
2779
2779
                                        sm.addCriterion(new CriterionImpl(QueryField.IPTC_KEYWORDS
2780
2780
                                                        .getKey(), null, kw, QueryField.EQUALS, false));
2781
2781
                                        sm.addSortCriterion(new SortCriterionImpl(