~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/CollectionEditDialog.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:
371
371
                                                .getText() : ((Label) descriptionField).getText()
372
372
                                                : null, colorCode + 1,
373
373
                                current != null ? current.getLastAccessDate() : null,
374
 
                                current != null ? current.getGeneration() + 1 : 0, null);
 
374
                                current != null ? current.getGeneration() + 1 : 0,
 
375
                                current != null ? current.getPerspective() : null, null);
375
376
                if (isSystem || UiUtilities.isImport(current))
376
377
                        result.setStringId(current.getStringId());
377
378
                collectionEditGroup.applyCriteria(result, name);