~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.net.communities/src/com/bdaum/zoom/net/communities/ui/EditCommunityAccountDialog.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:
650
650
                                        SmartCollectionImpl sm = localAlbums.get(title);
651
651
                                        if (sm == null) {
652
652
                                                sm = new SmartCollectionImpl(title, false, true, false,
653
 
                                                                false, photoSet.getDescription(), 0, null, 0, null);
 
653
                                                                false, photoSet.getDescription(), 0, null, 0, null, null);
654
654
                                                sm.setGroup_rootCollection_parent(Constants.GROUP_ID_IMPORTED_ALBUMS);
655
655
                                                List<Criterion> criteria = new ArrayList<Criterion>(1);
656
656
                                                criteria.add(new CriterionImpl(Constants.OID, null, sm