~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.ui/src/com/bdaum/zoom/ui/internal/actions/GotoBookmarkAction.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:
115
115
                                                if (!shown) {
116
116
                                                        SmartCollectionImpl newColl = new SmartCollectionImpl(
117
117
                                                                        Messages.GotoBookmarkAction_bookmarked,
118
 
                                                                        false, false, true, true, null, 0, null, 0, null);
 
118
                                                                        false, false, true, true, null, 0, null, 0, null, null);
119
119
                                                        newColl.addCriterion(new CriterionImpl(
120
120
                                                                        Constants.OID, null, assetId,
121
121
                                                                        QueryField.EQUALS, false));